forked from rizqyazed/jel.ly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.2 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
56
57
58
59
60
61
{
"name": "agar-clone",
"version": "1.0.0",
"description": "A simple Agar.io clone",
"main": "server/server.js",
"scripts": {
"build": "gulp build",
"start": "gulp run",
"watch": "gulp watch",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/huytd/agar.io-clone.git"
},
"author": "Huy Tran",
"license": "MIT",
"contributors": [
"abalabahaha <[email protected]> (https://github.com/abalabahaha)",
"Ariamiro <[email protected]> (https://github.com/Ariamiro)",
"Bjarne Oeverli <[email protected]> (https://github.com/bjarneo)",
"Chris Morgan <[email protected]> (https://github.com/drpotato)",
"Damian Dlugosz <[email protected]> (https://github.com/bigfoot90)",
"Dan Prince <[email protected]> (https://github.com/danprince)",
"Igor Antun <[email protected]> (https://github.com/IgorAntun)",
"Juha Tauriainen <[email protected]> (https://github.com/JuhQ)",
"Keith Groves <[email protected]> (https://github.com/buskcoin)",
"Kostas Bariotis <[email protected]> (https://github.com/kbariotis)",
"Madara Uchiha <[email protected]> (https://github.com/MadaraUchiha)",
"Nguyen Huu Thanh <[email protected]> (https://github.com/giongto35)",
"PET Computação UFPR <[email protected]> (http://pet.inf.ufpr.br)",
"Saren Currie <[email protected]> (https://github.com/SarenCurrie)",
"VILLERS Mickaël <[email protected]> (https://github.com/villers)",
"wb9688 <[email protected]> (https://github.com/wb9688)"
],
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.7",
"gulp-todo": "^4.1.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"nodemon": "^1.9.2",
"sat": "^0.6.0",
"simple-quadtree": "^0.1.3",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"webpack": "^1.4.0",
"webpack-stream": "^3.2.0",
"mysql": "^2.5.5"
}
}