2015-06-19 09:36:51 -07:00
|
|
|
{
|
|
|
|
"name": "polymer",
|
2015-09-05 21:53:37 -07:00
|
|
|
"version": "1.1.3",
|
2015-06-19 09:36:51 -07:00
|
|
|
"main": [
|
|
|
|
"polymer.html"
|
|
|
|
],
|
|
|
|
"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": {
|
|
|
|
"webcomponentsjs": "^0.7.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"web-component-tester": "*"
|
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|