Just a sandbox for playing around with aframe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aframe-doodles/package.json

23 lines
487 B

{
"name": "aframe-hello-world-boilerplate",
"description": "Boilerplate with A-Frame's 'Hello, World!' of WebVR.",
"version": "0.3.0",
"license": "MIT",
"scripts": {
"start": "budo --live --verbose --port 3000 --open",
"deploy": "ghpages",
"ghpages": "ghpages"
},
"devDependencies": {
"budo": "^7.0.0",
"ghpages": "0.0.3"
},
"keywords": [
"aframe",
"aframe-example",
"aframe-boilerplate",
"aframe-scene",
"webvr",
"vr"
]
}