-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "omf-forms-basic",
"title": "OMG Forms Basic Addon",
"description": "An OMG Forms addon, which adds basic form support.",
"homepage": "https://github.com/mrbobbybryant/omg-forms",
"scripts": {
"start": "webpack --config webpack.config.js",
"watch": "webpack --progress --colors --watch",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "Bobby Bryant",
"email": "bobby@developwithwp.com",
"url": "http://developwithwp.com"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"postcss": "^5.2.11",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.2.2",
"webpack": "beta"
},
"keywords": [],
"dependencies": {
"autoprefixer": "^6.7.7",
"postcss-nested": "^1.0.0",
"url-loader": "^0.5.8",
"whatwg-fetch": "^2.0.3"
}
}