2016-02-16 11:43:39 -08:00
|
|
|
{
|
|
|
|
|
"name": "polymer",
|
2016-10-24 17:58:51 -07:00
|
|
|
"version": "2.0.0-preview",
|
2016-02-16 11:43:39 -08:00
|
|
|
"main": [
|
2017-02-08 12:19:55 -08:00
|
|
|
"polymer.html"
|
2016-02-16 11:43:39 -08:00
|
|
|
],
|
|
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"/.*",
|
|
|
|
|
"/test/",
|
2016-09-08 11:05:03 -07:00
|
|
|
"/util/",
|
|
|
|
|
"gulpfile.js",
|
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
|
"CHANGELOG.md"
|
2016-02-16 11:43:39 -08:00
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-02-08 12:19:55 -08:00
|
|
|
"webcomponentsjs": "#v1"
|
2016-02-16 11:43:39 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-02-08 12:19:55 -08:00
|
|
|
"web-component-tester": "^5",
|
2017-02-01 18:36:15 -08:00
|
|
|
"test-fixture": "PolymerElements/test-fixture#safari9-constructor"
|
2016-02-16 11:43:39 -08:00
|
|
|
},
|
2016-08-09 14:54:02 -07:00
|
|
|
"private": true,
|
|
|
|
|
"resolutions": {
|
2017-02-01 18:48:08 -08:00
|
|
|
"test-fixture": "safari9-constructor"
|
2016-08-09 14:54:02 -07:00
|
|
|
}
|
2016-02-16 11:43:39 -08:00
|
|
|
}
|