| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "test-fixture", |
| 3 "version": "3.0.0-rc.1", |
| 4 "description": "A simple element to fixture DOM for tests", |
| 5 "main": "test-fixture.html", |
| 6 "repository": { |
| 7 "type": "git", |
| 8 "url": "git+https://github.com/polymerelements/test-fixture.git" |
| 9 }, |
| 10 "keywords": [ |
| 11 "web-components", |
| 12 "polymer", |
| 13 "testing" |
| 14 ], |
| 15 "author": "The Polymer Authors", |
| 16 "license": "BSD-3-Clause", |
| 17 "bugs": { |
| 18 "url": "https://github.com/polymerelements/test-fixture/issues" |
| 19 }, |
| 20 "homepage": "https://github.com/polymerelements/test-fixture#readme", |
| 21 "dependencies": { |
| 22 "web-component-tester": "^6.0.0-prerelease.5" |
| 23 } |
| 24 } |
| OLD | NEW |