-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 939 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
43
{
"name": "blockjs",
"version": "1.0.1",
"description": "Server for BlockJS",
"main": "server.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"babylonjs": "^4.1.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"create-html": "^4.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jsdoc": "^3.6.4",
"jsdom": "^12.0.0",
"path": "^0.12.7",
"validator": "^10.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanarns/BlockJS.git"
},
"keywords": [
"blockjs",
"js",
"game",
"babylon",
"babylonjs"
],
"author": "Ethan Arns",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethanarns/BlockJS/issues"
},
"homepage": "https://github.com/ethanarns/BlockJS#readme"
}