forked from virtual-world-framework/vwf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 952 Bytes
/
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
{
"name": "vwf",
"version": "0.0.0",
"description": "Virtual World Framework\r =====================",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"crypto": "~0.0.3",
"forever": "~0.10.0",
"fs-extra": "~0.6.0",
"nstore": "~0.5.2",
"socket.io": "~0.9.13",
"async": "~0.2.7",
"mime": "~1.2.9",
"ws": "~0.4.25",
"js-yaml": "~2.0.2",
"express": "~3.2.3",
"hogan-express": "~0.3.3",
"node-gyp": "~0.8.4",
"gm": "~1.8.1",
"yamljs": "~0.1.4",
"npm": "~1.3",
"mongodb": "~1.2.14",
"node-inspector": "~0.2.0beta3",
"nodebug": "~0.1.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/adlnet/Sandbox.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/adlnet/Sandbox/issues"
}
}