OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "html5-history-anchor", |
| 3 "version": "0.4.0", |
| 4 "authors": [ |
| 5 "Erik Ringsmuth <erik.ringsmuth@gmail.com>" |
| 6 ], |
| 7 "description": "Extend the <a> tag with the window.history API", |
| 8 "keywords": [ |
| 9 "web-components" |
| 10 ], |
| 11 "main": "html5-history-anchor.html", |
| 12 "license": "MIT", |
| 13 "homepage": "https://github.com/erikringsmuth/html5-history-anchor", |
| 14 "ignore": [ |
| 15 "**/.*", |
| 16 "bower_components", |
| 17 "node_modules", |
| 18 "tests", |
| 19 "gulpfile.js", |
| 20 "package.json" |
| 21 ], |
| 22 "devDependencies": { |
| 23 "platform-dev": "Polymer/platform-dev#~0.4.1" |
| 24 }, |
| 25 "_release": "0.4.0", |
| 26 "_resolution": { |
| 27 "type": "version", |
| 28 "tag": "v0.4.0", |
| 29 "commit": "9cc84d0d422edc137c5c8c1113e227eff48df5f5" |
| 30 }, |
| 31 "_source": "git://github.com/erikringsmuth/html5-history-anchor.git", |
| 32 "_target": "~0.4.0", |
| 33 "_originalSource": "html5-history-anchor", |
| 34 "_direct": true |
| 35 } |
OLD | NEW |