forked from harlyq/aframe-sprite-particles-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 751 Bytes
/
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
{
"name": "aframe-sprite-particles-component",
"version": "0.5.5",
"description": "aframe particle system component using texture billboards",
"main": "aframe-sprite-particles-component.js",
"files": ["aframe-sprite-particles-component.js"],
"repository": {
"type": "git",
"url": "git+https://github.com/harlyq/aframe-sprite-particles-component.git"
},
"keywords": [
"aframe",
"component",
"particle",
"particles",
"sprite"
],
"author": "harlyq",
"license": "MIT",
"bugs": {
"url": "https://github.com/harlyq/aframe-sprite-particles-component/issues"
},
"homepage": "https://github.com/harlyq/aframe-sprite-particles-component#readme",
"peerDependencies": {
"aframevr": "^0.9.0"
}
}