| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "test-fixture", |
| 3 "version": "3.0.0-rc.1", |
| 4 "license": "http://polymer.github.io/LICENSE.txt", |
| 5 "description": "A simple element to fixture DOM for tests", |
| 6 "keywords": [ |
| 7 "web-components", |
| 8 "polymer", |
| 9 "testing" |
| 10 ], |
| 11 "devDependencies": { |
| 12 "web-component-tester": "^6.0.0-prerelease.5", |
| 13 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.1" |
| 14 }, |
| 15 "variants": { |
| 16 "1.x": { |
| 17 "devDependencies": { |
| 18 "web-component-tester": "^4.0.0", |
| 19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
| 20 } |
| 21 } |
| 22 }, |
| 23 "main": "test-fixture.html", |
| 24 "ignore": [], |
| 25 "homepage": "https://github.com/polymerelements/test-fixture", |
| 26 "_release": "3.0.0-rc.1", |
| 27 "_resolution": { |
| 28 "type": "version", |
| 29 "tag": "v3.0.0-rc.1", |
| 30 "commit": "eb86ce25c850bb20523d47a55d07235f0fad5858" |
| 31 }, |
| 32 "_source": "https://github.com/polymerelements/test-fixture.git", |
| 33 "_target": "^3.0.0-rc.1", |
| 34 "_originalSource": "polymerelements/test-fixture" |
| 35 } |
| OLD | NEW |