-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
47
48
49
50
51
52
53
54
{
"name": "server",
"version": "1.0.0",
"description": "[](https://schoolofacceleratedlearning.com/)",
"main": "index.js",
"scripts": {
"server": "nodemon index.js",
"client": "cd client && npm start",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"watch": "watchify game/js/main.js -o game/js/bundle.js",
"watchlevel": "watchify levelCreator/main.js -o levelCreator/levelCreatorBundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagarkharbe/new_mario_phaserjs.git"
},
"author": "Sagar Kharabe",
"license": "MIT",
"bugs": {
"url": "https://github.com/sagarkharbe/new_mario_phaserjs/issues"
},
"homepage": "https://github.com/sagarkharbe/new_mario_phaserjs#readme",
"devDependencies": {
"nodemon": "^1.18.10"
},
"dependencies": {
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"browserify": "^16.2.3",
"canvas": "^2.3.1",
"chalk": "^2.4.2",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"dotenv": "^6.2.0",
"events": "^3.0.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-session": "^1.15.6",
"lodash": "^4.17.11",
"mongoose": "^5.4.16",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"phaser": "^2.5.0",
"phaser-debug": "^1.1.8",
"pixi": "^0.3.1",
"prerender-node": "^3.2.1",
"s3": "^4.4.0",
"s3fs": "^2.5.0",
"serve-favicon": "^2.5.0",
"watchify": "^3.11.1"
}
}