73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "iron-doc-viewer",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "1.0.6",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
"authors": [
"The Polymer Authors"
],
"description": "Elements for rendering Polymer component documentation.",
"keywords": [
"web-component",
"web-components",
"polymer"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-doc-viewer.git"
},
"main": "iron-doc-viewer.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/iron-doc-viewer/",
"ignore": [
"/.*",
"/tests/"
],
"dependencies": {
"marked-element": "PolymerElements/marked-element#^1.0.0",
|
a1a3bc73
Luigi Serra
graphs updates
|
26
|
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
27
28
|
"paper-button": "PolymerElements/paper-button#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
29
30
31
|
"prism-element": "PolymerElements/prism-element#^1.0.2"
},
"devDependencies": {
|
a1a3bc73
Luigi Serra
graphs updates
|
32
|
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
33
34
35
|
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
|
73bcce88
luigser
COMPONENTS
|
36
|
},
|
c5169e0e
Renato De Donato
a new hope
|
37
|
"_release": "1.0.6",
|
73bcce88
luigser
COMPONENTS
|
38
39
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
40
41
|
"tag": "v1.0.6",
"commit": "70dd8aabd19ed3c034adea9b0d39dc0456b0b923"
|
73bcce88
luigser
COMPONENTS
|
42
43
|
},
"_source": "git://github.com/PolymerElements/iron-doc-viewer.git",
|
eb240478
Luigi Serra
public room cards...
|
44
|
"_target": "^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
45
46
|
"_originalSource": "PolymerElements/iron-doc-viewer"
}
|