forked from takahirox/aframe-outline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 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
28
29
30
31
32
33
34
35
{
"name": "aframe-outline",
"version": "1.1.1",
"description": "Two-pass Outline effect component for A-Frame",
"main": "index.js",
"scripts": {
"all": "npm run build && npm run build-uglify",
"build": "webpack index.js build/aframe-outline.js",
"build-uglify": "webpack -p index.js build/aframe-outline.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takahirox/aframe-outline.git"
},
"keywords": [
"aframe",
"aframe-vr",
"vr",
"three",
"threejs",
"mozvr",
"webvr"
],
"author": "Takahiro <[email protected]> (https://github.com/takahirox)",
"license": "MIT",
"bugs": {
"url": "https://github.com/takahirox/aframe-outline/issues"
},
"homepage": "https://github.com/takahirox/aframe-outline#readme",
"devDependencies": {
"aframe": "^0.7.1",
"three": "^0.87.1",
"webpack": "^3.8.1"
}
}