• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "neon-animation",
3  "description": "A system for animating Polymer-based web components",
4  "version": "1.2.5",
5  "authors": [
6    "The Polymer Authors"
7  ],
8  "keywords": [
9    "web-components",
10    "web-component",
11    "polymer",
12    "web-animations"
13  ],
14  "main": [
15    "neon-animated-pages.html",
16    "neon-animatable-behavior.html",
17    "neon-animation-behavior.html",
18    "neon-animation-runner-behavior.html",
19    "neon-shared-element-animatable-behavior.html",
20    "neon-shared-element-animation-behavior.html",
21    "neon-animatable.html",
22    "neon-animations.html"
23  ],
24  "private": true,
25  "repository": {
26    "type": "git",
27    "url": "git://github.com/PolymerElements/neon-animation"
28  },
29  "license": "http://polymer.github.io/LICENSE.txt",
30  "homepage": "https://github.com/PolymerElements/neon-animation",
31  "ignore": [],
32  "dependencies": {
33    "polymer": "Polymer/polymer#^1.1.0",
34    "iron-meta": "PolymerElements/iron-meta#^1.0.0",
35    "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
36    "iron-selector": "PolymerElements/iron-selector#^1.0.0",
37    "web-animations-js": "web-animations/web-animations-js#^2.2.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": "^4.0.0",
45    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
46    "paper-item": "PolymerElements/paper-item#^1.0.0",
47    "paper-styles": "PolymerElements/paper-styles#^1.0.0",
48    "iron-icon": "PolymerElements/iron-icon#^1.0.0",
49    "iron-icons": "PolymerElements/iron-icons#^1.0.0",
50    "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
51  }
52}
53