forked from satellite-game/Satellite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (52 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (52 loc) · 1.12 KB
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
{
"name": "Satellite",
"main": "app.js",
"version": "0.0.0-1",
"private": true,
"homepage": "https://lazd.github.com/Satellite",
"author": "Larry Davis <lazdnet@gmail.com>",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/lazd/Satellite.git"
},
"bugs": {
"url": "https://github.com/lazd/Satellite/issues"
},
"devDependencies": {
"grunt-cli": "0.1.x",
"grunt": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-watch": "0.3.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-jshint": "0.4.x",
"grunt-contrib-stylus": "0.7.x",
"grunt-nodemon": "~0.1.0",
"grunt-concurrent": "~0.3.0",
"grunt-open": "~0.2.2"
},
"engines": {
"node": "0.10.15",
"npm": "1.1.x"
},
"keywords": [
"game",
"webgl",
"satellite"
],
"dependencies": {
"socket.io": "~0.9.16",
"express": "~3.3.5",
"path": "~0.4.9"
},
"scripts": {
"start": "app.js"
},
"subdomain": "lockon",
"engines": {
"node": "0.10.15",
"npm": "1.1.x"
}
}