aframe-alongpath-component
Version:
A-Frame Component that allows entities to follow predefined paths
60 lines (59 loc) • 1.73 kB
JSON
{
"name": "aframe-alongpath-component",
"version": "1.0.5",
"description": "A-Frame Component that allows entities to follow predefined paths",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "browserify examples/main.js -o examples/build.js",
"dev": "budo examples/main.js:build.js --dir examples --port 8000 --live --open",
"dist": "webpack index.js dist/aframe-alongpath-component.js && webpack -p index.js dist/aframe-alongpath-component.min.js",
"lint": "semistandard -v | snazzy",
"postpublish": "npm run dist",
"preghpages": "npm run build && shx rm -rf gh-pages && shx mkdir gh-pages && shx cp -r examples/* gh-pages",
"ghpages": "npm run preghpages && ghpages -p gh-pages",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/protyze/aframe-alongpath-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr"
],
"author": "protyze <jan.azzati@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/protyze/aframe-alongpath-component/issues"
},
"homepage": "https://github.com/protyze/aframe-alongpath-component#readme",
"dependencies": {
"aframe": "^0.6.0",
"aframe-curve-component": "^0.1.3"
},
"devDependencies": {
"browserify": "^12.0.1",
"browserify-css": "^0.8.3",
"budo": "^7.1.0",
"webpack": "^1.12.9",
"ghpages": "0.0.3",
"shx": "^0.1.1",
"snazzy": "^4.0.0",
"semistandard": "^8.0.0",
"shelljs": "^0.7.0",
"inquirer": "^1.0.2"
},
"semistandard": {
"ignore": [
"examples/build.js",
"dist/**"
]
}
}