@valle/generator-valle-element-js
Version:
A generator for valle-elements - web components with Polymer 3
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@valle/<%= elementName %>",
"description": "<%= elementDesc %>",
"version": "0.1.0",
"authors": [
"<%= githubAccount %>"
],
"main": "<%= elementName %>.js",
"homepage": "https://github.com/<%= githubAccount %>/<%= elementGithubRepo %>",
"bugs": {
"url": "https://github.com/<%= githubAccount %>/<%= elementGithubRepo %>/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/<%= githubAccount %>/<%= elementGithubRepo %>"
},
"keywords": [
"polymer",
"polymer-3",
"web-components",
"<%= elementName %>"
],
"license": "MIT",
"demos": {
"demo": "demo/index.html"
},
"dependencies": {
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
},
"scripts": {
"start": "polymer serve",
"test": "polymer test"
}
}