-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 778 Bytes
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
{
"name": "spacerocks",
"version": "0.1.0",
"description": "Fly around and shoot rocks with lasers and stuff.",
"main": "server.js",
"engines": {
"node": "0.12.x"
},
"scripts": {
"test": "grunt lint",
"start": "babel-node src/server.js"
},
"repository": {
"type": "git",
"url": "git@gist.github.com:ed561103903ffaf4c3d6.git"
},
"author": "Nathan Ostgard",
"license": "MIT",
"dependencies": {
"babel": "^5.2.17",
"babelify": "^6.1.0",
"browserify": "^10.1.3",
"browserify-middleware": "^5.0.2",
"express": "^4.12.3",
"jettison": "^0.6.1",
"ws": "^0.7.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0"
}
}