-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "ZombAttack",
"description": "6KidsGames project for Summer 2016",
"version": "1.0.0",
"homepage": "https://github.com/6KidsGames/ZombAttack",
"repository": "https://github.com/6KidsGames/ZombAttack.git",
"author": "6 Kids Games https://github.com/6KidsGames",
"tags": [],
"files": [],
"bin": {},
"man": "",
"start": "node RunNodeSiteServer.js",
"dependencies": {
"applicationinsights": "^0.16.0",
"binary-pack": "^1.0.2",
"compression": "^1.7.3",
"express": "^4.16.4",
"pixi.js": "^3.0.11",
"primus": "^5.2.2",
"uws": "^10.148.2",
"ws": "^1.1.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-filter": "^4.0.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.5.4",
"gulp-using": "^0.1.1",
"mocha": "^2.5.3",
"path": "^0.12.7",
"pump": "^1.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"scripts": {
"start": "node RunNodeSiteServer.js"
},
"engines": {
"node": ">= 8.11.3"
},
"license": "MIT"
}