forked from HackerSocial/hr-alumni
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 996 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
40
41
42
{
"name": "hr-alumni",
"version": "1.0.0",
"description": "Team Lambos Greenfield Project",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackerSocial/hr-alumni.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackerSocial/hr-alumni/issues"
},
"homepage": "https://github.com/HackerSocial/hr-alumni#readme",
"dependencies": {
"body-parser": "^1.14.2",
"bookshelf": "^0.9.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"install": "^0.4.1",
"knex": "^0.9.0",
"materialize-css": "^0.97.5",
"mongoose": "^4.0.0",
"mongoose-type-url": "^1.0.1",
"morgan": "^1.6.1",
"npm": "^3.5.3",
"passport": "^0.3.2",
"passport-github2": "^0.1.9",
"sqlite3": "^3.1.1"
},
"engines": {
"node": "5.2.0",
"npm": "3.3.12"
},
"devDependencies": {
"grunt": "^0.4.5"
}
}