Skip to content

Instantly share code, notes, and snippets.

@harushimo
Last active February 7, 2016 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harushimo/4378edc69e729df01630 to your computer and use it in GitHub Desktop.
Save harushimo/4378edc69e729df01630 to your computer and use it in GitHub Desktop.
{
"name": "polymer",
"version": "1.2.4",
"main": [
"polymer.html",
"polymer-mini.html",
"polymer-micro.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/",
"gen-changelog.sh"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "^0.7.20"
},
"devDependencies": {
"web-component-tester": "*"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment