forked from backbone-boilerplate/grunt-bbb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (42 loc) · 981 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
{
"name": "bbb",
"description": "Backbone Boilerplate Build Tool",
"version": "0.1.16",
"homepage": "https://github.com/backbone-boilerplate/grunt-bbb",
"author": {
"name": "Tim Branyen (@tbranyen)",
"email": "tim@tabdeveloper.com",
"url": "http://tbranyen.com"
},
"repository": {
"type": "git",
"url": "git://github.com/backbone-boilerplate/grunt-bbb.git"
},
"bugs": {
"url": "https://github.com/backbone-boilerplate/grunt-bbb/issues"
},
"dependencies": {
"grunt": "0.3.17",
"grunt-contrib": "0.1.7",
"grunt-jasmine-task": "0.2.3",
"requirejs": "2.1.4",
"handlebars": "1.0.7",
"express": "2.5.9",
"http-proxy": "0.8.3",
"stylus": "0.30.1",
"nib": "0.8.2",
"cssom": "0.2.5"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"keywords": ["gruntplugin"],
"engines": {
"node": ">= 0.6.0"
},
"main": "grunt.js",
"bin": "bin/bbb",
"scripts": {
"test": "grunt test"
}
}