-
Notifications
You must be signed in to change notification settings - Fork 424
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "superframe",
"version": "3.2.0",
"description": "Kevin's collection of A-Frame components and scenes.",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack-dev.config.js",
"dev": "webpack-dev-server --config webpack-dev.config.js",
"postpublish": "npm run dist",
"readme": "node scripts/readme.js",
"site": "node site/generate",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supermedium/superframe.git"
},
"keywords": [
"3d",
"a-frame",
"a-frame-components",
"aframe",
"aframe-component",
"aframe-components",
"k-frame",
"kframe",
"three",
"threejs",
"vr",
"webvr"
],
"author": "Kevin Ngo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/supermedium/superframe/issues"
},
"homepage": "https://github.com/supermedium/superframe#readme",
"devDependencies": {
"browser-sync": "^2.16.0",
"cheerio": "^0.22.0",
"glob": "^7.1.3",
"http-server": "^0.9.0",
"nunjucks": "^2.5.2",
"shader-loader": "^1.3.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.2",
"webpack-glsl-loader": "^1.0.1"
}
}