forked from eloquence/lib.reviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.36 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
71
72
73
74
75
76
77
78
79
{
"name": "lib.reviews",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node_modules/pm2/bin/pm2 start process.json --only app-development --no-daemon",
"stop": "node_modules/pm2/bin/pm2 delete all",
"production": "node_modules/pm2/bin/pm2 start process.json --only app-production",
"test": "node_modules/grunt/bin/grunt babel:tests && node node_modules/ava/cli.js --verbose tests/**",
"test-watch": "node_modules/grunt/bin/grunt babel:tests && node_modules/ava/cli.js --watch --verbose tests/**"
},
"pre-commit": [
"test"
],
"dependencies": {
"auto-sni": "^1.2.1",
"babel-preset-es2015": "^6.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"cldr-core": "^29.0.0",
"cldr-localenames-full": "^29.0.0",
"compression": "^1.6.2",
"config": "^1.21.0",
"cookie-parser": "~1.3.5",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"escape-html": "^1.0.3",
"express": "~4.13.1",
"express-flash": "0.0.2",
"express-session": "^1.14.1",
"express-useragent": "^0.2.4",
"file-type": "^3.8.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"hbs": "^4.0.0",
"hbs-utils": "0.0.3",
"i18n": "^0.8.3",
"irc": "^0.5.0",
"is-svg": "^2.0.1",
"jquery": "^3.1.0",
"jsonfile": "^2.3.1",
"less-middleware": "1.0.x",
"load-grunt-tasks": "^3.5.0",
"markdown-it": "^7.0.0",
"markdown-it-container": "^2.0.0",
"morgan": "~1.6.1",
"multer": "^1.2.0",
"node-webhooks": "^1.1.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"read-chunk": "^2.0.0",
"rethinkdb": "^2.3.2",
"rethinkdbdash": "^2.3.8",
"serve-favicon": "~2.3.0",
"serve-index": "^1.8.0",
"session-rethinkdb": "^2.0.0",
"sisyphus.js": "^1.1.2",
"thinky": "^2.3.4",
"uglify-save-license": "^0.4.1"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"child-process-promise": "^2.1.3",
"is-uuid": "^1.0.2",
"memwatch-next": "^0.3.0",
"pm2": "^2.0.7",
"pre-commit": "^1.1.3",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
}
}