-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
{
"name": "choko",
"version": "0.0.6",
"description": "High performance and high level web application framework.",
"scripts": {
"test": "mocha test"
},
"keywords": [
"framework",
"web",
"choko"
],
"repository": "git://github.com/recidive/choko.git",
"dependencies": {
"async": "1.4.x",
"body-parser": "1.13.x",
"colors": "1.1.x",
"commander": "1.3.x",
"connect-flash": "0.1.x",
"cookie-parser": "1.3.x",
"express": "4.13.x",
"express-session": "1.11.x",
"lodash": "2.x.x",
"method-override": "2.3.x",
"mkdirp": "0.5.x",
"multer": "0.1.x",
"node-uuid": "1.4.x",
"passport": "0.1.x",
"passport-anonymous": "1.0.x",
"passport-http": "0.2.x",
"passport-local": "0.1.x",
"path-to-regexp": "0.1.x",
"prana": "0.1.x",
"prompt": "0.2.x",
"sails-mongo": "0.10.x",
"validator": "3.41.x",
"waterline": "0.10.x",
"waterline-prana": "recidive/waterline-prana#master"
},
"devDependencies": {
"bower": "*",
"gulp": "*",
"gulp-bower": "*",
"gulp-git": "*",
"mocha": "*",
"supertest": "0.13.x"
},
"bin": {
"choko": "bin/choko"
},
"preferGlobal": true
}