forked from coding-blocks/hiring-blocks-legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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": "hb",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "node_modules/.bin/_mocha",
"start": "node index.js",
"cover": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apoorvaagupta/Hiring-Bocks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apoorvaagupta/Hiring-Bocks/issues"
},
"homepage": "https://github.com/apoorvaagupta/Hiring-Bocks#readme",
"dependencies": {
"axios": "^0.16.2",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"hbs": "^4.0.1",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^6.4.0",
"pg-hstore": "^2.3.2",
"sequelize": "^4.2.0",
"uid2": "0.0.3"
},
"devDependencies": {
"chai": "^4.1.1",
"chai-http": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"request": "^2.81.0"
}
}