73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "neon-animation",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "1.0.7",
|
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
26
27
28
29
30
31
|
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"web-animations"
],
"main": [
"neon-animated-pages.html",
"neon-animatable-behavior.html",
"neon-animation-behavior.html",
"neon-animation-runner-behavior.html",
"neon-shared-element-animatable-behavior.html",
"neon-shared-element-animation-behavior.html",
"neon-animatable.html",
"neon-animations.html"
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/neon-animation"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/neon-animation",
"ignore": [],
"dependencies": {
|
c5169e0e
Renato De Donato
a new hope
|
32
|
"polymer": "Polymer/polymer#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
33
34
35
36
|
"iron-meta": "PolymerElements/iron-meta#^1.0.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
"iron-selector": "PolymerElements/iron-selector#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
37
|
"web-animations-js": "web-animations/web-animations-js#2.1.2"
|
73bcce88
luigser
COMPONENTS
|
38
39
40
41
42
43
44
45
46
47
48
49
50
|
},
"devDependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-item": "PolymerElements/paper-item#^1.0.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
},
|
c5169e0e
Renato De Donato
a new hope
|
51
|
"_release": "1.0.7",
|
73bcce88
luigser
COMPONENTS
|
52
53
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
54
55
|
"tag": "v1.0.7",
"commit": "02daf22e000ed6afeecf6ae0291ae11e6eebbfcf"
|
73bcce88
luigser
COMPONENTS
|
56
|
},
|
eb240478
Luigi Serra
public room cards...
|
57
|
"_source": "git://github.com/PolymerElements/neon-animation.git",
|
73bcce88
luigser
COMPONENTS
|
58
|
"_target": "^1.0.0",
|
eb240478
Luigi Serra
public room cards...
|
59
|
"_originalSource": "PolymerElements/neon-animation"
|
73bcce88
luigser
COMPONENTS
|
60
|
}
|