-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.13 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": "dakdak-backend",
"version": "0.2.0",
"description": "Backend for the Dakdak service",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/miro/dakdak-backend.git"
},
"engines": {
"node": "5.x"
},
"author": "Miro Nieminen",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/miro/dakdak-backend/issues"
},
"homepage": "https://github.com/miro/dakdak-backend",
"dependencies": {
"bluebird": "3.0.6",
"body-parser": "~1.10.2",
"bookshelf": "0.9.1",
"express": "4.13.3",
"express-jwt": "3.3.0",
"gcloud": "^0.26.1",
"gm": "^1.21.1",
"jade": "^1.11.0",
"jsonwebtoken": "^5.5.0",
"knex": "0.9.0",
"lodash": "3.10.0",
"multer": "1.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"pg": "4.4.3",
"streamifier": "^0.1.1",
"winston": "^2.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}