forked from forumone/gesso-wp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 805 Bytes
/
package.json
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
{
"name": "gesso",
"version": "0.1.0",
"description": "A WordPress theme.",
"bugs": "https://github.com/forumone/gesso-wp/issues",
"repository": {
"type": "git",
"url": "https://github.com/forumone/gesso-wp.git"
},
"license": "GPL-2.0+",
"private": true,
"themePath": ".",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "~6.3.6",
"breakpoint-sass": "~2.7.1",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "~0.8.0",
"grunt-sass": "~1.2.0",
"grunt-sass-globbing": "~1.5.1",
"grunt-shell": "^1.1.2",
"grunt-simple-watch": "^0.1.2",
"grunt-svg2png": "https://github.com/jdforrester/grunt-svg2png.git",
"include-all": "^0.1.6",
"load-grunt-tasks": "^3.2.0",
"postcss-assets": "~4.1.0"
}
}