forked from wp-papi/papi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 Bytes
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
{
"name": "papi",
"version": "3.2.0",
"repository": "wp-papi/papi",
"description": "WordPress Page Type API with custom fields",
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",
"license": "MIT",
"dependencies": {
"moment": "^2.11",
"select2": "^4.0"
},
"devDependencies": {
"autoprefixer-cli": "^1.0",
"babel": "^6.5",
"babel-core": "^6.17",
"babel-eslint": "^7.1",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.18",
"csso-cli": "^1.1.0",
"eslint": "^4.0.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.3",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^4.5",
"parallelshell": "^3.0.1",
"uglifyjs": "^2.4",
"watch": "^1.0",
"webpack": "^3.0"
}
}