angle
Version:
General purpose command-line tool for A-Frame.
104 lines (103 loc) • 3.3 kB
JSON
{
"name": "{{ npmName }}",
"version": "1.0.0",
"description": "{{ description }}",
"main": "index.js",
"unpkg": "dist/{{ npmName }}.min.js",
"scripts": {
"dist": "npm run dist:min && npm run dist:max",
"dist:max": "webpack",
"dist:min": "cross-env NODE_ENV=production webpack",
"lint": "semistandard -v | snazzy",
"lint:fix": "semistandard --fix",
"prepublish": "npm run dist",
"ghpages": "ghpages",
"start": "webpack-dev-server --host 0.0.0.0 --progress --colors --hot-only --inline --port 5000",
"test": "karma start ./tests/karma.conf.js",
"test:firefox": "karma start ./tests/karma.conf.js --browsers Firefox",
"test:chrome": "karma start ./tests/karma.conf.js --browsers Chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/{{ repo }}.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"webvr",
"webxr",
"{{ shortName }}"
],
"author": "{{ author|safe }}",
"license": "MIT",
"bugs": {
"url": "https://github.com/{{ repo }}/issues"
},
"homepage": "https://github.com/{{ repo }}#readme",
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"aframe": "*",
"babel-loader": "^8.0.5",
"babel-preset-minify": "^0.5.0",
"chai": "^3.4.1",
"chai-shallow-deep-equal": "^1.3.0",
"cross-env": "4.0.0",
"ghpages": "0.0.10",
"ghpages": "^0.0.8",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-chai-shallow-deep-equal": "0.0.4",
"karma-chrome-launcher": "2.0.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"karma-sinon-chai": "^1.1.0",
"mocha": "^2.3.4",
"randomcolor": "^0.4.4",
"semistandard": "10.0.0",
"semistandard": "^8.0.0",
"shelljs": "^0.7.0",
"shx": "^0.1.1",
"shx": "^0.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"snazzy": "7.0.0",
"snazzy": "^4.0.0",
"superagent": "^3.8.2",
"webpack": "^4.29.5",
"webpack-cli": "*",
"webpack-dev-server": "^3.2.0",
"webpack-sources": "1.0.1"
},
"semistandard": {
"globals": [
"AFRAME",
"THREE"
],
"ignore": [
"examples/build.js",
"dist/**"
]
}
}