forked from roots/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 985 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
30
31
32
33
34
35
36
37
38
39
{
"name": "canvas",
"version": "8.0.0",
"author": "Greg Haddow <greg@greghaddow.co.uk",
"homepage": "http://www.greghaddow.co.uk",
"repository": {
"type": "git",
"url": "git://github.com/haddowg/canvas.git"
},
"bugs": {
"url": "https://github.com/haddowg/canvas/issues"
},
"licenses": [
{
"type": "GPL-3",
"url": "http://opensource.org/licenses/gpl-3.0.html"
}
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": ">=1.3.12",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~1.0.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-modernizr": "~0.6.0",
"grunt-wp-assets": "~0.2.6",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0"
}
}