-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
34 lines (34 loc) · 867 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
{
"name": "vue-unity-webgl",
"version": "1.2.0",
"description": "Unity WebGL component for VueJs application",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/votetake/vue-unity-webgl.git"
},
"keywords": [
"vue",
"unity",
"webgl"
],
"author": "votetake",
"license": "ISC",
"bugs": {
"url": "https://github.com/votetake/vue-unity-webgl/issues"
},
"homepage": "https://github.com/votetake/vue-unity-webgl#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-vue": "^2.4.2",
"vue": "^2.5.2",
"vue-template-compiler": "^2.5.2"
}
}