forked from DataArt/chip-in-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 751 Bytes
/
bower.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
{
"name": "chip-in-calculator",
"version": "1.1.1",
"authors": [
"Alexander Kasheverov"
],
"description": "chip in calculator",
"main": "index.js",
"keywords": [
"html",
"css",
"javascript",
"gulp",
"web",
"components",
"polymer"
],
"license": "Apache 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#1.5.0",
"paper-elements": "PolymerElements/paper-elements#~1.0.7",
"iron-elements": "PolymerElements/iron-elements#~1.0.10",
"parse": "~1.6.7",
"page": "visionmedia/page.js#~1.7.1",
"i18n-msg": "ebidel/i18n-msg#^1.0.5"
},
"resolutions": {
"polymer": "^1.5.0"
}
}