-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 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
54
55
{
"name": "arras-io",
"version": "1.0.0",
"description": "A fanmade sequel to diep.io",
"main": "server/server.js",
"scripts": {
"start": "gulp run"
},
"author": "Anthony Hengst",
"license": "GNU GPL3",
"contributors": [
"nepphhhh <[email protected]>",
"kot32 <[email protected]>"
],
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"express": "^4.16.4",
"fs": "^0.0.2",
"google-closure-library": "^20200315.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.7",
"gulp-rev": "^8.1.1",
"gulp-rev-dist-clean": "^1.0.4",
"gulp-rev-replace": "^0.4.3",
"gulp-todo": "^7.1.1",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"keypress": "^0.2.1",
"mocha": "^2.5.3",
"mysql": "^2.5.5",
"nodemon": "^1.9.2",
"paper": "^0.11.5",
"rev-del": "^1.0.5",
"rimraf": "^3.0.0",
"sat": "^0.6.0",
"seedrandom": "^2.4.3",
"simple-node-logger": "^0.93.33",
"simple-quadtree": "^0.1.3",
"webpack": "^1.4.0",
"webpack-stream": "^3.2.0",
"ws": "^7.1.2",
"natives": "^1.1.6",
"gulp-cli": "^2.3.0"
},
"engines": {
"node": "8.x"
}
}