-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
40 lines (39 loc) · 979 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
{
"name": "vwf",
"description": "Virtual World Framework",
"version": "0.0.0",
"author": "VWF <http://virtual.wf>",
"scripts": {
"start": "node ./node-server.js --applicationPath=./public",
"debug": "node --debug ./node-server.js --applicationPath=./public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"lib": "lib/nodejs"
},
"main": "node-server.js",
"homepage": "http://virtual.wf",
"repository": {
"type": "git",
"url": "https://github.com/virtual-world-framework/vwf.git"
},
"dependencies": {
"crypto": "0.0.x",
"socket.io": "0.9.x",
"async": "0.2.x",
"mime": "1.2.x",
"js-yaml": "2.1.x",
"optimist": "0.6.x",
"fs-extra": "0.8.x"
},
"devDependencies": {
"node-inspector": "x.x.x",
"nodebug": "x.x.x",
"mocha": "x.x.x",
"should": "x.x.x"
},
"license": {
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
}