-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
70 lines (70 loc) · 1.79 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "wdts",
"version": "0.18.2",
"private": true,
"engines": {
"node": "4.2.6",
"npm": "2.14.12"
},
"scripts": {
"start": "node boot.js",
"task": "./task/bootstrap && node ./_build/task/repl",
"test": "rm -rf ./_build && ./task/bootstrap && node ./_build/task/npm/test"
},
"dependencies": {
"bcryptjs": "2.4.0",
"body-parser": "1.12.3",
"compression": "1.4.3",
"cookie-parser": "1.3.4",
"cookie-session": "1.1.0",
"cors": "2.8.3",
"crypto": "0.0.3",
"custom-error-generator": "7.0.0",
"errorhandler": "1.3.5",
"express": "4.12.3",
"http-status": "0.1.8",
"lodash": "4.6.1",
"mongoose": "4.0.3",
"morgan": "1.5.2",
"passport": "0.2.0",
"passport-facebook": "1.0.3",
"passport-github": "0.1.5",
"passport-google-oauth": "0.1.5",
"request": "2.16.6",
"serve-favicon": "2.2.0",
"shortid": "2.0.0"
},
"devDependencies": {
"brfs": "~0.0.9",
"browserify": "~3.38.0",
"cacheify": "~0.4.0",
"chai": "~2.3.0",
"chalk": "~0.4.0",
"cheerio": "~0.14.0",
"chokidar": "~1.6.1",
"cron": "~1.0.3",
"exposify": "~0.1.4",
"growly": "~1.2.0",
"istanbul-middleware": "~0.2.0",
"jstransformer-livescript": "~1.1.1",
"jstransformer-markdown": "~1.1.0",
"jstransformer-stylus": "~1.0.0",
"jstransformer-uglify-js": "~1.1.1",
"levelup": "~1.3.5",
"livescript": "~1.4.0",
"marked": "~0.3.1",
"marionette-client": "~1.9.5",
"marionette-js-logger": "0.1.2",
"memdown": "~1.2.4",
"mocha": "~1.15.1",
"mongodb": "~1.2.14",
"nib": "~1.1.0",
"pug": "~2.0.0-beta11",
"pug-cli": "~1.0.0-alpha6",
"shelljs": "~0.2.6",
"stylus": "~0.51.1",
"uglify-js": "~2.4.12",
"variadic.js": "~0.0.1",
"wait.for": "~0.6.3"
}
}