2015-06-19 09:36:51 -07:00
|
|
|
{
|
|
|
|
"name": "polymer",
|
2016-03-18 18:40:03 -07:00
|
|
|
"version": "1.4.0",
|
2015-06-19 09:36:51 -07:00
|
|
|
"main": [
|
2016-01-27 23:38:15 -07:00
|
|
|
"polymer.html",
|
|
|
|
"polymer-mini.html",
|
|
|
|
"polymer-micro.html"
|
2015-06-19 09:36:51 -07:00
|
|
|
],
|
|
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
|
|
"ignore": [
|
|
|
|
"/.*",
|
2015-08-20 20:27:11 -07:00
|
|
|
"/test/",
|
|
|
|
"gen-changelog.sh"
|
2015-06-19 09:36:51 -07:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-27 23:38:15 -07:00
|
|
|
"webcomponentsjs": "^0.7.20"
|
2015-06-19 09:36:51 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"web-component-tester": "*"
|
|
|
|
},
|
|
|
|
"private": true,
|
2016-04-16 09:51:35 -07:00
|
|
|
"homepage": "https://github.com/Polymer/polymer",
|
2016-03-18 18:40:03 -07:00
|
|
|
"_release": "1.4.0",
|
2015-06-19 09:36:51 -07:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-03-18 18:40:03 -07:00
|
|
|
"tag": "v1.4.0",
|
|
|
|
"commit": "11c987b2eb3c73b388a79fc8aaea8ca01624f514"
|
2015-06-19 09:36:51 -07:00
|
|
|
},
|
2016-04-16 09:51:35 -07:00
|
|
|
"_source": "git://github.com/Polymer/polymer.git",
|
2016-05-18 14:46:56 -07:00
|
|
|
"_target": "^1.1.0",
|
2016-04-16 09:51:35 -07:00
|
|
|
"_originalSource": "Polymer/polymer"
|
2015-06-19 09:36:51 -07:00
|
|
|
}
|