{ "name": "polymer", "version": "2.0.0-preview", "main": [ "polymer.html", "polymer-mini.html", "polymer-micro.html" ], "license": "http://polymer.github.io/LICENSE.txt", "ignore": [ "/.*", "/test/", "/util/", "gulpfile.js", "CONTRIBUTING.md", "CHANGELOG.md" ], "authors": [ "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" ], "repository": { "type": "git", "url": "https://github.com/Polymer/polymer.git" }, "dependencies": { "webcomponentsjs": "#v1" }, "devDependencies": { "web-component-tester": "*", "test-fixture": "PolymerElements/test-fixture#custom-elements-v1" }, "private": true, "resolutions": { "test-fixture": "custom-elements-v1" } }