-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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": "web.io",
"version": "0.0.1",
"description": "Simple IO Game ",
"main": "server/server.js",
"scripts": {
"build": "gulp build",
"start": "gulp run",
"watch": "gulp watch",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/alexgilbertDG/Web.io.git"
},
"author": "Alex Gilbert & Arthuro Moran",
"license": "MIT",
"contributors": [
"Alex Gilbert <alexgilbertdesign@gmail.com> (https://github.com/alexgilbertDG)",
"Arthuro Moran <arturo.moranc@hotmail.com> (https://github.com/armolp)"
],
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.14.0",
"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.3",
"gulp-util": "^3.0.7",
"hammer-timejs": "^1.1.0",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"jshint": "^2.9.2",
"matter-js": "^0.12.0",
"mocha": "^2.5.3",
"mysql": "^2.5.5",
"node-libs-browser": "^1.0.0",
"nodemon": "^1.9.2",
"pump": "^1.0.2",
"sat": "^0.5.0",
"simple-quadtree": "^0.1.3",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6",
"sync-request": "^3.0.1",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
}
}