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