forked from ConnerPetzold/node-impact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 698 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 698 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
35
{
"name": "impact-fork",
"description": "nodejs backend for impactjs (http://impactjs.com)",
"author": "Conner Petzold <cpetzold@gmail.com>",
"contributors": [
{
"name": "Christopher McCulloh",
"email": "cmcculloh@gmail.com"
}
],
"version": "0.2.2",
"main": "./lib",
"scripts":{
"start":"node ./game/server.js"
},
"keywords": [
"impactjs",
"impact",
"game"
],
"repository":{
"type": "git",
"url": "https://github.com/cmcculloh/node-impact"
},
"dependencies": {
"express": ">= 2.0.0",
"glob": ">= 2.0.9",
"jade": ">= 0.27.2"
},
"engines": {
"node": ">= 0.4",
"npm": ">= 1"
},
"devDependencies": {}
}