OLD | NEW |
1 { | 1 { |
2 "name": "neon-animation", | 2 "name": "neon-animation", |
3 "version": "1.0.1", | 3 "version": "1.0.6", |
4 "authors": [ | 4 "authors": [ |
5 "The Polymer Authors" | 5 "The Polymer Authors" |
6 ], | 6 ], |
7 "keywords": [ | 7 "keywords": [ |
8 "web-components", | 8 "web-components", |
9 "web-component", | 9 "web-component", |
10 "polymer", | 10 "polymer", |
11 "web-animations" | 11 "web-animations" |
12 ], | 12 ], |
13 "main": [ | 13 "main": [ |
| 14 "neon-animated-pages.html", |
14 "neon-animatable-behavior.html", | 15 "neon-animatable-behavior.html", |
15 "neon-animation-behavior.html", | 16 "neon-animation-behavior.html", |
16 "neon-animation-runner-behavior.html", | 17 "neon-animation-runner-behavior.html", |
17 "neon-shared-element-animatable-behavior.html", | 18 "neon-shared-element-animatable-behavior.html", |
18 "neon-shared-element-animation-behavior.html", | 19 "neon-shared-element-animation-behavior.html", |
19 "neon-animated-pages.html", | |
20 "neon-animatable.html", | 20 "neon-animatable.html", |
21 "neon-animations.html" | 21 "neon-animations.html" |
22 ], | 22 ], |
23 "private": true, | 23 "private": true, |
24 "repository": { | 24 "repository": { |
25 "type": "git", | 25 "type": "git", |
26 "url": "git://github.com/PolymerElements/neon-animation" | 26 "url": "git://github.com/PolymerElements/neon-animation" |
27 }, | 27 }, |
28 "license": "http://polymer.github.io/LICENSE.txt", | 28 "license": "http://polymer.github.io/LICENSE.txt", |
29 "homepage": "https://github.com/PolymerElements/neon-animation", | 29 "homepage": "https://github.com/PolymerElements/neon-animation", |
30 "ignore": [], | 30 "ignore": [], |
31 "dependencies": { | 31 "dependencies": { |
32 "polymer": "Polymer/polymer#^1.0.0", | 32 "polymer": "Polymer/polymer#^1.0.0", |
33 "iron-meta": "PolymerElements/iron-meta#^1.0.0", | 33 "iron-meta": "PolymerElements/iron-meta#^1.0.0", |
34 "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0", | 34 "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0", |
35 "iron-selector": "PolymerElements/iron-selector#^1.0.0", | 35 "iron-selector": "PolymerElements/iron-selector#^1.0.0", |
36 "paper-styles": "PolymerElements/paper-styles#^1.0.0", | 36 "paper-styles": "PolymerElements/paper-styles#^1.0.0", |
37 "web-animations-js": "web-animations/web-animations-js#^2.0.0" | 37 "web-animations-js": "web-animations/web-animations-js#2.1.2" |
38 }, | 38 }, |
39 "devDependencies": { | 39 "devDependencies": { |
40 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", | 40 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", |
41 "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0", | 41 "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0", |
42 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", | 42 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
43 "test-fixture": "PolymerElements/test-fixture#^1.0.0", | 43 "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
44 "web-component-tester": "*", | 44 "web-component-tester": "*", |
45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", | 45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", |
46 "paper-item": "PolymerElements/paper-item#^1.0.0", | 46 "paper-item": "PolymerElements/paper-item#^1.0.0", |
47 "iron-icon": "PolymerElements/iron-icon#^1.0.0", | 47 "iron-icon": "PolymerElements/iron-icon#^1.0.0", |
48 "iron-icons": "PolymerElements/iron-icons#^1.0.0", | 48 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
49 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0" | 49 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0" |
50 }, | 50 }, |
51 "_release": "1.0.1", | 51 "_release": "1.0.6", |
52 "_resolution": { | 52 "_resolution": { |
53 "type": "version", | 53 "type": "version", |
54 "tag": "v1.0.1", | 54 "tag": "v1.0.6", |
55 "commit": "160f14c31b4692cc8073b67e8849e444b0695cde" | 55 "commit": "ec51bf68f05c40373536cc726ca674e4549b7db2" |
56 }, | 56 }, |
57 "_source": "git://github.com/PolymerElements/neon-animation.git", | 57 "_source": "git://github.com/PolymerElements/neon-animation.git", |
58 "_target": "^1.0.0", | 58 "_target": "~1.0.0", |
59 "_originalSource": "PolymerElements/neon-animation" | 59 "_originalSource": "PolymerElements/neon-animation" |
60 } | 60 } |
OLD | NEW |