forked from mohrtw/aframe-src-fit-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 979 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
36
37
38
39
{
"name": "aframe-src-fit-component",
"version": "0.1.4",
"description": "src-fit texture-fitting component for A-Frame.",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohrtw/aframe-src-fit-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr"
],
"author": "Thomas Mohr <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohrtw/aframe-src-fit-component/issues"
},
"homepage": "https://github.com/mohrtw/aframe-src-fit-component#readme",
"devDependencies": {
"aframe": "^0.8.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
}
}