-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
executable file
·39 lines (39 loc) · 1.1 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
31
32
33
34
35
36
37
38
39
{
"name": "aframe-city-builder",
"description": "A-Frame project demonstrating touch controls for building a VR city scene.",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/kfarr/aframe-city-builder.git"
},
"license": "MIT",
"scripts": {
"start": "budo index.js:lib/dist/aframe-city-builder.js --verbose --port 8000 --live --open",
"build": "browserify index.js -o build.js",
"dist": "webpack"
},
"devDependencies": {
"aframe-animation-component": "^3.2.0",
"aframe-bmfont-text-component": "^0.1.4",
"aframe-gridhelper-component": "^0.2.0",
"aframe-text-component": "^0.4.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "6.2.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browserify": "^13.1.1",
"browserify-css": "^0.14.0",
"budo": "^9.3.0",
"eslint": "2.13.1",
"webpack": "^1.12.9",
"webpack-dev-server": ">=3.1.11",
"yargs": "^6.6.0"
},
"dependencies": {},
"keywords": [
"aframe",
"aframe-example",
"aframe-scene"
]
}