forked from cedaro/wp-theme-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1008 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
34
35
36
{
"name": "cedaro-wp-theme-config",
"version": "0.2.2",
"description": "Cedaro's default Grunt configuration for building WordPress themes.",
"main": "index.js",
"author": "Brady Vercher",
"license": "MIT",
"devDependencies": {
"grunt-jscs": "~1.6",
"grunt-contrib-jshint": "~0.11"
},
"peerDependencies": {
"grunt": "~0.4",
"grunt-autoprefixer": "~2.2",
"grunt-complexity": "~0.3",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-compress": "~0.13",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-copy": "~0.8",
"grunt-contrib-jshint": "~0.11",
"grunt-contrib-less": "~1.0",
"grunt-contrib-watch": "~0.6",
"grunt-cssjanus": "~0.2",
"grunt-jscs": "~1.6",
"grunt-lineending": "~0.2",
"grunt-pixrem": "~0.1",
"grunt-text-replace": "~0.4",
"grunt-contrib-uglify": "~0.8",
"grunt-search": "~0.1",
"grunt-wp-css": "0.2",
"grunt-wp-i18n": "~0.5",
"lodash": "~3.6",
"moment": "~2.9",
"scp": "~0.0"
}
}