forked from IdeaSpaceVR/aframe-particle-system-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "@c-frame/aframe-particle-system-component",
"version": "1.2.0",
"description": "Particle systems for A-Frame.",
"main": "./index.js",
"directories": {
"example": "examples"
},
"devDependencies": {
"semistandard": "^17.0.0",
"snazzy": "^9.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"engines": {
"node": ">= v18.12.0"
},
"scripts": {
"dev": "webpack serve",
"dist": "webpack && NODE_ENV=production webpack",
"lint": "semistandard -v | snazzy",
"prepublish": "npm run dist",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-frame/aframe-particle-system-component.git"
},
"keywords": [
"ideaspace",
"c-frame",
"webvr",
"aframe-vr",
"aframe-component",
"aframe",
"mozvr",
"vr"
],
"author": "IdeaSpace <[email protected]> (https://www.IdeaSpace.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-frame/aframe-particle-system-component/issues"
},
"homepage": "https://github.com/c-frame/aframe-particle-system-component#readme"
}