forked from pure-css/grunt-pure-grids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
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
40
41
42
43
44
45
46
{
"name": "grunt-pure-grids",
"version": "1.0.0",
"description": "Generate custom units for Pure Grids.",
"homepage": "https://github.com/yahoo/grunt-pure-grids",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/grunt-pure-grids.git"
},
"bugs": "git://github.com/yahoo/grunt-pure-grids.git/issues",
"author": {
"name": "Eric Ferraiuolo",
"email": "[email protected]"
},
"contributors": [
"Tilo Mitra <[email protected]>"
],
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/grunt-pure-grids/blob/master/LICENSE"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"jshint-stylish": "^0.4.0",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"rework": "^1.0.0",
"rework-pure-grids": "^1.0.0"
}
}