-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "aframe-particle-system-component",
"version": "1.1.3",
"description": "Particle systems for A-Frame.",
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-css": "^0.9.1",
"budo": "^8.2.2",
"randomcolor": "^0.4.4",
"semistandard": "^8.0.0",
"shelljs": "^0.7.0",
"shx": "^0.1.1",
"snazzy": "^4.0.0",
"webpack": "^1.13.0"
},
"scripts": {
"dev": "budo index.js:../../dist/aframe-particle-system-component.min.js --port 8000 --live --open",
"dist": "webpack index.js dist/aframe-particle-system-component.js && webpack -p index.js dist/aframe-particle-system-component.min.js",
"lint": "semistandard -v | snazzy",
"prepublish": "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/IdeaSpaceVR/aframe-particle-system-component.git"
},
"keywords": [
"ideaspace",
"ideaspacevr",
"webvr",
"aframe-vr",
"aframe-component",
"aframe",
"mozvr",
"vr"
],
"author": "IdeaSpace <[email protected]> (https://www.ideaspacevr.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IdeaSpaceVR/aframe-particle-system-component/issues"
},
"homepage": "https://github.com/IdeaSpaceVR/aframe-particle-system-component#readme"
}