-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "Asteroids-With-Friends",
"version": "1.0.0",
"description": "A multiplayer browser game inspired by Asteroids",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"engines": {
"node": "8.9.4",
"npm": "5.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwolterstorff/Asteroids-With-Friends.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwolterstorff/Asteroids-With-Friends/issues"
},
"homepage": "https://github.com/iwolterstorff/Asteroids-With-Friends#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.24.4",
"bufferutil": "3.0.3",
"express": "^4.16.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-file-cache": "0.0.1",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-todo": "^5.5.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"p5": "^0.6.1",
"socket.io": "^2.1.0",
"utf-8-validate": "4.0.0",
"victor": "^1.1.0",
"ws": "4.0.0"
}
}