-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "project-vanilla-pudding-server",
"version": "0.0.1",
"description": "api server for project-vanilla-pudding",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/snackpackgames/project-vanilla-pudding-server.git"
},
"author": "Brendon Roberto",
"license": "ISC",
"bugs": {
"url": "https://github.com/snackpackgames/project-vanilla-pudding-server/issues"
},
"homepage": "https://github.com/snackpackgames/project-vanilla-pudding-server",
"devDependencies": {
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-jshint": "^1.10.0",
"gulp-shell": "^0.4.1",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.4",
"sqlite3": "^3.0.5"
},
"dependencies": {
"bcrypt": "^0.8.2",
"bluebird": "^2.9.24",
"body-parser": "^1.12.3",
"bookshelf": "^0.7.9",
"cookie-parser": "^1.3.4",
"debug": "^2.1.3",
"express": "^4.12.3",
"express-session": "^1.11.1",
"knex": "^0.7.6",
"lodash": "^3.7.0",
"morgan": "^1.5.2",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"pg": "^4.3.0"
}
}