forked from romanchyla/bumblebee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bumblebee",
"version": "1.0.0",
"description": "Modern interface for http://adslabs.org",
"homepage": "https://github.com/adsabs/bumblebee",
"repository": {
"type": "git",
"url": "git://github.com/adsabs/bumblebee.git"
},
"bugs": {
"url": "https://github.com/adsabs/bumblebee/issues"
},
"devDependencies": {
"almond": "~0.2.9",
"express": "~3.4.8",
"grunt": "~0.4.1",
"grunt-bbb-requirejs": "0.1.0-alpha.8",
"grunt-bower-task": "~0.4.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-exec": "~0.4.5",
"grunt-express-server": "~0.4.13",
"grunt-include-bootstrap": "~0.1.1",
"grunt-install-dependencies": "~0.1.0",
"grunt-mocha-phantomjs": "~0.4.3",
"grunt-processhtml": "~0.2.0",
"needle": "~0.7.1",
"requirejs": "^2.1.13",
"grunt-mocha": "^0.4.11",
"grunt-blanket-mocha": "^0.4.1",
"blanket": "^1.1.6"
},
"peerDependencies": {
"bower": "*",
"grunt-cli": "*",
"coveralls": "*"
},
"scripts": {
"test": "grunt test coverage"
},
"dependencies": {
"chalk": "~0.4.0",
"less": "~1.7.0",
"lodash": "~2.4.1",
"maxmin": "~0.1.0"
}
}