OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "neon-elements", |
| 3 "version": "1.0.0", |
| 4 "homepage": "https://github.com/PolymerElements/neon-elements", |
| 5 "authors": [ |
| 6 "The Polymer Authors" |
| 7 ], |
| 8 "description": "\"Neon elements implement special effects.\"", |
| 9 "main": "\"neon-elements.html\"", |
| 10 "keywords": [ |
| 11 "web-components", |
| 12 "polymer", |
| 13 "paper" |
| 14 ], |
| 15 "license": "http://polymer.github.io/LICENSE.txt", |
| 16 "ignore": [ |
| 17 "**/.*", |
| 18 "node_modules", |
| 19 "bower_components", |
| 20 "test", |
| 21 "tests" |
| 22 ], |
| 23 "dependencies": { |
| 24 "neon-animation": "PolymerElements/neon-animation#^1.0.0" |
| 25 }, |
| 26 "_release": "1.0.0", |
| 27 "_resolution": { |
| 28 "type": "version", |
| 29 "tag": "v1.0.0", |
| 30 "commit": "1e0e6c868c6c648b63ad84fdbde9025bc93505c2" |
| 31 }, |
| 32 "_source": "git://github.com/PolymerElements/neon-elements.git", |
| 33 "_target": "~1.0.0", |
| 34 "_originalSource": "PolymerElements/neon-elements", |
| 35 "_direct": true |
| 36 } |
OLD | NEW |