forked from rainjs/rainjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.42 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
{
"name": "rain",
"description": "A component-based and distributed web application framework",
"version": "0.23.3",
"author": "Rain Team <[email protected]>",
"contributors": [
{ "name": "Mitko Tschimev", "email": "[email protected]" },
{ "name": "Alexandru Bularca", "email": "[email protected]" },
{ "name": "Ciprian Roman", "email": "[email protected]" },
{ "name": "Daniel Uzunu", "email": "[email protected]" },
{ "name": "Razvan Mocanu", "email": "[email protected]" },
{ "name": "Alexandru Trifan", "email": "[email protected]"}
],
"dependencies": {
"connect": "2.2.2",
"handlebars": "1.0.8",
"less": "1.3.x",
"mime": "1.2.x",
"node.extend": "",
"promised-io": "https://github.com/kriszyp/promised-io/archive/master.tar.gz",
"socket.io": "0.9.13",
"commander": "1.1.1",
"mocks": "0.0.10",
"colors": "0.6.0",
"wrench": "1.4.4",
"jed": "0.5.2",
"crc": "0.2.0",
"mongodb": "1.2.11"
},
"devDependencies": {
"js-yaml": "",
"jasmine-node": "= 1.0.26",
"jscoverage-reporter": ""
},
"keywords": ["framework", "rain"],
"repository": "git://github.com/rainjs/rainjs",
"bin": {
"rain": "./bin/rain",
"raind": "./bin/raind"
},
"engines": { "node": "0.8.x" }
}