-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 826 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 826 Bytes
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": "rs-sphere",
"version": "1.2.0",
"homepage": "https://github.com/leMaik/rs-sphere",
"authors": [
"leMaik <an@maik.tk>"
],
"description": "A WebGL sphere viewer as Polymer element.",
"keywords": [
"polymer",
"sphere",
"webgl",
"3d",
"viewer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "~1.1.4",
"paper-icon-button": "PolymerElements/paper-icon-button#~1.0.3",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#~1.0.2",
"paper-spinner": "PolymerElements/paper-spinner#~1.0.2",
"three.js": "~0.76.0",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#~1.0.9",
"nosleep": "~0.5.0",
"neon-animation": "~1.2.3"
}
}