-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 829 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
{
"name": "puzzlegame",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"knex": "^0.11.10",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"pg": "^6.1.0",
"serve-favicon": "~2.3.0"
},
"description": "Puzzle game series",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JulieDeM/Unity-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JulieDeM/Unity-Project/issues"
},
"homepage": "https://github.com/JulieDeM/Unity-Project#readme"
}