-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app/bin/www"
},
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "~1.15.1",
"bookshelf": "^0.10.0",
"cookie-parser": "~1.4.3",
"datejs": "^1.0.0-rc3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"express-session": "^1.14.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-develop-server": "^0.5.0",
"gulp-mocha": "^2.2.0",
"gulp-typescript": "^2.10.0",
"knex": "^0.11.10",
"knex-seed-file": "^0.1.4",
"morgan": "~1.7.0",
"node-schedule": "^1.1.1",
"node-tweet-stream": "^2.0.1",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"request": "^2.74.0",
"serve-favicon": "~2.3.0",
"superagent": "^1.7.1",
"tsd": "^0.6.5",
"twit": "^2.2.4",
"twitter": "^1.4.0",
"typescript-require": "^0.2.9-1",
"underscore": "^1.8.3"
},
"devDependencies": {
"assert": "^1.3.0",
"should": "^8.1.1",
"should-http": "0.0.4",
"supertest": "^1.1.0"
}
}