forked from Polymer/polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 775 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
{
"name": "polymer",
"version": "2.0.0-rc.7",
"main": [
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"/util/",
"gulpfile.js",
"CONTRIBUTING.md",
"CHANGELOG.md"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"shadycss": "webcomponents/shadycss#^v1.0.0-rc.1",
"webcomponentsjs": "^v1.0.0-rc.5"
},
"devDependencies": {
"web-component-tester": "^v6.0.0-prerelease.10",
"test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1"
},
"private": true,
"resolutions": {
"test-fixture": "3.0.0-rc.1"
}
}