| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "web-component-tester", |
| 3 "description": "web-component-tester makes testing your web components a breez
e!", |
| 4 "version": "6.0.0", |
| 5 "main": [ |
| 6 "browser.js" |
| 7 ], |
| 8 "license": "http://polymer.github.io/LICENSE.txt", |
| 9 "ignore": [ |
| 10 "*", |
| 11 "!/data/*", |
| 12 "!/browser.js", |
| 13 "!/browser.js.map", |
| 14 "!/package.json", |
| 15 "!/bower.json" |
| 16 ], |
| 17 "keywords": [ |
| 18 "browser", |
| 19 "grunt", |
| 20 "gruntplugin", |
| 21 "gulp", |
| 22 "polymer", |
| 23 "test", |
| 24 "testing", |
| 25 "web component", |
| 26 "web" |
| 27 ], |
| 28 "dependencies": { |
| 29 "accessibility-developer-tools": "^2.10.0", |
| 30 "async": "^1.5.0", |
| 31 "chai": "^3.2.0", |
| 32 "lodash": "^3.7.0", |
| 33 "mocha": "^3.1.2", |
| 34 "sinon-chai": "^2.7.0", |
| 35 "sinonjs": "^1.14.1", |
| 36 "stacky": "^1.3.0", |
| 37 "test-fixture": "polymerelements/test-fixture#^3.0.0-rc.1" |
| 38 }, |
| 39 "devDependencies": { |
| 40 "polymer": "Polymer/polymer#^1.5.0", |
| 41 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.22" |
| 42 } |
| 43 } |
| OLD | NEW |