2015-06-19 12:36:51 -04:00
|
|
|
{
|
|
|
|
"name": "polymer",
|
2016-07-02 14:05:40 -04:00
|
|
|
"version": "1.6.0",
|
2015-06-19 12:36:51 -04:00
|
|
|
"main": [
|
2016-01-28 01:38:15 -05:00
|
|
|
"polymer.html",
|
|
|
|
"polymer-mini.html",
|
|
|
|
"polymer-micro.html"
|
2015-06-19 12:36:51 -04:00
|
|
|
],
|
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
"ignore": [
|
|
|
|
"/.*",
|
2015-08-20 23:27:11 -04:00
|
|
|
"/test/",
|
2016-05-31 23:02:29 -04:00
|
|
|
"/util/",
|
|
|
|
"/explainer/",
|
|
|
|
"gulpfile.js",
|
|
|
|
"PRIMER.md",
|
|
|
|
"CONTRIBUTING.md",
|
|
|
|
"CHANGELOG.md"
|
2015-06-19 12:36:51 -04:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-28 01:38:15 -05:00
|
|
|
"webcomponentsjs": "^0.7.20"
|
2015-06-19 12:36:51 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"web-component-tester": "*"
|
|
|
|
},
|
|
|
|
"private": true,
|
2016-07-28 22:42:42 -04:00
|
|
|
"homepage": "https://github.com/polymer/polymer",
|
2016-07-02 14:05:40 -04:00
|
|
|
"_release": "1.6.0",
|
2015-06-19 12:36:51 -04:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-07-02 14:05:40 -04:00
|
|
|
"tag": "v1.6.0",
|
|
|
|
"commit": "8715c83bf04a228de00ec662ed43eb6141e61b91"
|
2015-06-19 12:36:51 -04:00
|
|
|
},
|
2016-07-28 22:42:42 -04:00
|
|
|
"_source": "git://github.com/polymer/polymer.git",
|
2016-07-08 14:10:20 -04:00
|
|
|
"_target": "^1.1.0",
|
2016-07-28 22:42:42 -04:00
|
|
|
"_originalSource": "polymer/polymer"
|
2015-06-19 12:36:51 -04:00
|
|
|
}
|