forked from andreasplesch/aframe-meshline-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "aframe-meshline-component",
"version": "0.3.1",
"description": "thick line component for A-frame based on THREE.meshline.",
"main": "index.js",
"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-meshline-component.js && webpack -p index.js dist/aframe-meshline-component.min.js",
"postpublish": "npm run dist",
"preghpages": "npm run build && rm -rf gh-pages && cp -r examples gh-pages",
"ghpages": "npm run preghpages && ghpages -p gh-pages",
"test": "karma start ./tests/karma.conf.js",
"unboil": "node scripts/unboil.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreasplesch/aframe-meshline-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"line",
"aframe-meshline"
],
"author": {
"name": "Andreas Plesch",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andreasplesch/aframe-meshline-component/issues"
},
"homepage": "https://github.com/andreasplesch/aframe-meshline-component#readme",
"devDependencies": {
"aframe": "^1.0.3",
"browserify": "^16.5.0",
"browserify-css": "^0.8.3",
"budo": "^7.1.0",
"chai": "^3.4.1",
"chai-shallow-deep-equal": "^1.3.0",
"envify": "^4.1.0",
"ghpages": "0.0.3",
"inquirer": "^0.12.0",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-chai-shallow-deep-equal": "0.0.4",
"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",
"shelljs": "^0.6.0",
"webpack": "^1.12.9"
},
"gitHead": "4b706cded96a38e7f278c1e9dd5f001c56691e01",
"readme": "## aframe-meshline-component\n\n> readme in package.json`\n",
"readmeFilename": "README.md"
}