forked from joosy/joosy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "joosy",
"description": "Joosy Framework",
"keywords": [
"joosy"
],
"version": "1.2.0-alpha.49",
"author": "Boris Staal <[email protected]>",
"homepage": "http://joosy.ws/",
"repository": {
"type": "git",
"url": "git://github.com/joosy/joosy.git"
},
"bin": {
"joosy": "bin/joosy"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"bower": "~1.0.0",
"sugar": "~1.3.8",
"coffee-script": "~1.6.3",
"command-router": "0.0.5",
"resolve": "~0.4.0",
"ejs": "~0.8.4",
"commander": "~2.0.0",
"commander": "~1.2.0",
"colors": "~0.6.0-1",
"grunt": "~0.4.1",
"mincer": "~0.5.2",
"connect": "~2.7.11",
"haml-coffee": "~1.11.1",
"proxy-middleware": "~0.4.0",
"gzippo": "~0.2.0",
"stylus": "~0.32.1",
"nib": "~0.9.1"
},
"devDependencies": {
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-coffeelint": "0.0.6",
"grunt-release": "~0.3.5"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}