-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 899 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 899 Bytes
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
{
"name": "planit-server",
"version": "0.1.0",
"description": "planit server app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skuttleman/planit-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skuttleman/planit-server/issues"
},
"homepage": "https://github.com/skuttleman/planit-server#readme",
"devDependencies": {
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0"
},
"dependencies": {
"body-parser": "^1.14.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"knex": "^0.9.0",
"passport": "^0.3.2",
"passport-google-oauth": "^0.2.0",
"passport-linkedin-oauth2": "^1.4.0",
"pg": "^4.4.3"
}
}