-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 893 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 893 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
35
{
"name": "gyronorm-element",
"version": "1.0.0",
"homepage": "https://github.com/dorukeker/gyronorm-element.git",
"authors": [
"Doruk Eker"
],
"description": "Element wrapper for the gyronorm.js library",
"main": "dist/gyronorm-element.html",
"ignore": [
"README.md",
"LICENSE",
"demo/*",
"demo",
"package.json",
"bower_components/*",
"node_modules/*"
],
"keywords": [
"devicemotion",
"deviceorientation",
"polymer",
"element"
],
"license": "MIT",
"devDependencies": {
"gyronorm": "*",
"polymer": "Polymer/polymer#^1.1.0",
"iron-pages": "PolymerElements/iron-pages#~1.0.3",
"paper-button": "PolymerElements/paper-button#~1.0.6",
"paper-input": "PolymerElements/paper-input#~1.0.14",
"paper-tabs": "PolymerElements/paper-tabs#~1.0.3",
"paper-card": "PolymerElements/paper-card#~1.0.5"
}
}