-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1006 Bytes
/
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
{
"name": "hackateam-backend",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"knex": "knex",
"heroku-postbuild": "knex migrate:rollback; knex migrate:latest; knex seed:run;",
"nodemon": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agdillon/hackateam-backend.git"
},
"engines": {
"node": "v10.11.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/agdillon/hackateam-backend/issues"
},
"homepage": "https://github.com/agdillon/hackateam-backend#readme",
"dependencies": {
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"knex": "^0.15.2",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"pg": "^7.6.0",
"uuid": "^3.3.2"
},
"devDependencies": {}
}