Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « polymer « bower_components « static - github.com/pdevty/polymer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0373eea321685719bc725796c17c3ae17268087 (plain)
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
{
  "name": "polymer",
  "version": "1.0.5",
  "main": [
    "polymer.html"
  ],
  "license": "http://polymer.github.io/LICENSE.txt",
  "ignore": [
    "/.*",
    "/test/"
  ],
  "authors": [
    "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Polymer/polymer.git"
  },
  "dependencies": {
    "webcomponentsjs": "^0.7.2"
  },
  "devDependencies": {
    "web-component-tester": "*"
  },
  "private": true,
  "homepage": "https://github.com/Polymer/polymer",
  "_release": "1.0.5",
  "_resolution": {
    "type": "version",
    "tag": "v1.0.5",
    "commit": "b93f076d7b2606733d7166f311b77550deb98a39"
  },
  "_source": "git://github.com/Polymer/polymer.git",
  "_target": "^1.0.0",
  "_originalSource": "Polymer/polymer"
}