-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.02 KB
/
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
{
"name": "mazewar-vr",
"version": "1.0.0",
"description": "Hide, seek and destroy in this multi-player virtual reality chase game.",
"main": "index.html",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.18.0",
"babel-plugin-transform-es2015-destructuring": "^6.18.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-es2015-literals": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.18.0"
},
"devDependencies": {},
"scripts": {
"build": "babel js/src-ecma6 --out-dir js/dist-ecma5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marciot/mazewar-vr.git"
},
"author": "Marcio Teixeira",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/marciot/mazewar-vr/issues"
},
"homepage": "https://github.com/marciot/mazewar-vr#readme"
}