forked from backbone-boilerplate/grunt-bbb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (42 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
40
41
42
43
44
45
{
"name": "nodetiles",
"description": "Nodetiles Build Tool",
"version": "0.0.1",
"homepage": "https://github.com/nodetiles/grunt-nodetiles",
"author": {
"name": "Ben Sheldon (@bensheldon)",
"email": "[email protected]",
"url": "http://codeforamerica.org"
},
"repository": {
"type": "git",
"url": "git://github.com/nodetiles/grunt-nodetiles.git"
},
"bugs": {
"url": "https://github.com/nodetiles/grunt-nodetiles/issues"
},
"dependencies": {
"grunt": "0.3.15",
"grunt-contrib": "0.1.7",
"grunt-jasmine-task": "0.2.2",
"requirejs": "2.0.6",
"handlebars": "1.0.6-2",
"express": "3.x",
"stylus": "0.29.0",
"nib": "0.8.2",
"cssom": "0.2.5",
"nodetiles-core": "~0.0.2"
},
"devDependencies": {
"grunt": "~0.3.14"
},
"keywords": ["gruntplugin"],
"engines": {
"node": ">= 0.6.0"
},
"main": "grunt.js",
"bin": "bin/nodetiles",
"scripts": {
"test": "grunt test"
}
}