-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 956 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
40
41
{
"name": "a-simbol",
"version": "1.6.0",
"description": "A-Frame component for Simbol",
"main": "build/a-simbol.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git://github.com/wearesimbol/a-simbol.git"
},
"keywords": [
"simbol",
"aframe",
"webxr",
"social",
"vr",
"ar",
"identity"
],
"author": "Alberto Elias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wearesimbol/a-simbol/issues"
},
"homepage": "https://simbol.io",
"dependencies": {
"simbol": "^1.0.0-beta.11"
},
"devDependencies": {
"rollup": "^0.63.4",
"rollup-plugin-commonjs": "^9.1.1",
"rollup-plugin-ignore": "^1.0.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0"
}
}