-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
35 lines (35 loc) · 997 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-chromakey-material",
"version": "1.1.4",
"description": "A chromakey material for A-Frame.",
"main": "index.js",
"mode": "production",
"cdn": "dist/aframe-chromakey-material.min.js",
"scripts": {
"dist": "webpack --mode development ./index.js --output-filename aframe-chromakey-material.js && webpack --mode production ./index.js --output-filename aframe-chromakey-material.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolaiwarner/aframe-chromakey-material.git"
},
"keywords": [
"aframe",
"aframe-vr",
"vr",
"mozvr",
"webvr",
"chromakey",
"video"
],
"author": "nikolaiwarner",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikolaiwarner/aframe-chromakey-material/issues"
},
"homepage": "https://github.com/nikolaiwarner/aframe-chromakey-material#readme",
"devDependencies": {
"aframe": "^1.2.0",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0"
}
}