-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "rocket"
, "description": "The rapid development framework for node.js"
, "keywords": ["mvc", "model view controller", "comet","rapid development", "Rocket", "framework"]
, "version": "0.7.0"
, "homepage": "http://wavo.me"
, "repository":
{ "type" : "git"
, "url" : "git://github.com/glesperance/node-rocket.git"
}
, "author": "Gabriel Lesperance <gabriel@wavo.me> (glesperance.com / wavo.me)"
, "main": "rocket"
, "bin" : { "rocket" : "./bin/rocket.js" }
, "engines": {
"node": ">= 0.4.10"
}
, "dependencies": {
"express" : "2.5.x"
, "express-resource" : "0.2.x"
, "nopt" : "2.0.x"
, "jade" : "0.26.x"
, "lingo" : "0.0.x"
, "async" : "0.1.x"
, "async-fs" : "0.0.x"
, "underscore" : "1.3.x"
, "rimraf" : "2.0.x"
, "oo" : "0.0.x"
, "jade-i18n" : "= 0.0.2"
, "now" : "0.8.x"
, "colors" : "0.6.x"
, "requirejs" : "2.1.x"
, "wrench" : "1.3.x"
}
, "devDependencies": {
}
, "licenses" :
[{
"type" : "MIT"
, "url" : "https://github.com/glesperance/node-rocket/raw/master/LICENSE"
}]
}