-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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": "etalastic",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha -r should -R spec",
"migrate": "db-migrate --config ./env.json -e db",
"migrate-multi": "db-migrate -e db"
},
"devDependencies": {
"gulp": "^3.8.8",
"istanbul": "latest",
"jshint": "^2.8.0",
"laravel-elixir": "^4.2.0",
"laravel-elixir-imagemin": "^0.2.3",
"mysql": ">= 2.0.0",
"mocha": "latest",
"should": "latest",
"superagent": "latest"
},
"dependencies": {
"body-parser": "~1.13.2",
"caminte": "^0.2.7",
"cookie-parser": "~1.3.5",
"db-migrate": "^0.9.23",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"expressgroup": "^0.1.4",
"file-stream-rotator": "0.0.6",
"hjs": "0.0.6",
"jsonwebtoken": "^5.7.0",
"mongodb": "^2.1.4",
"mongoose": "^4.4.3",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"underscore": "latest"
}
}