forked from duncansuttles/Sandbox-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.03 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.03 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "Sandbox",
"version": "0.0.0",
"description": "A html5 based virtual world",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"adl-xapiwrapper": "~0.2.1",
"async": "~0.2.7",
"atob": "^1.1.3",
"body-parser": "~1.10.2",
"btoa": "^1.1.2",
"client-sessions": "~0.7.0",
"connect": "2.19.2",
"cookie-parser": "~1.3.3",
"cookie-session": "~1.1.0",
"crypto": "~0.0.3",
"crypto-js": "^3.1.5",
"cryptojs": "~2.5.3",
"errorhandler": "~1.3.2",
"express": "~4.11.1",
"express-request-proxy": "^1.0.8",
"express-session": "~1.10.1",
"extend": "^3.0.0",
"forever": "~0.10.0",
"fs-extra": "~0.6.0",
"gm": "~1.8.1",
"hogan-express": "~0.3.3",
"http-proxy": "~1.9.0",
"i18next": "~1.7.1",
"image-size": "^0.4.0",
"jade": "^1.11.0",
"js-yaml": "~2.0.2",
"method-override": "~2.3.1",
"mime": "~1.2.11",
"mkdirp": "~0.3.5",
"morgan": "~1.5.1",
"multer": "~0.1.7",
"nedb": "~0.10.2",
"node-minify": "~0.8.1",
"node-uuid": "1.4.x",
"nodemailer": "~0.6.0",
"nstore": "~0.5.2",
"passport": "0.2.x",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"passport-local": "~1.0.0",
"passport-twitter": "1.0.2",
"passport.socketio": "~3.4.1",
"performance-now": "^0.2.0",
"request": "~2.30.0",
"requirejs": "~2.1.8",
"sandbox-asset-server": "1.3.x",
"serve-favicon": "~2.2.0",
"socket.io": "~1.3.2",
"socket.io-client": "^1.3.7",
"spdy": "~1.26.5",
"tough-cookie": "^2.1.0",
"winston": "~0.8.3",
"ws": "~0.4.25",
"yamljs": "~0.1.4"
},
"devDependencies": {},
"scripts": {
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adlnet/Sandbox.git"
},
"keywords": [
"virtual",
"world",
"framework",
"webgl",
"adl"
],
"author": "Rob Chadwick",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "e4c7b8389b2cb889d900a3bc960c2662a03119fe"
}