mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "polymer-starter-kit",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-google": "^0.7.0",
|
|
"eslint-plugin-html": "^2.0.0",
|
|
"wct-browser-legacy": "0.0.1-pre.11"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm run lint:javascript && polymer lint",
|
|
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
|
|
"test": "polymer test",
|
|
"test:integration": "polymer build # test that psk builds without error with the CLI"
|
|
},
|
|
"version": "1.0.0",
|
|
"resolutions": {
|
|
"inherits": "2.0.3",
|
|
"samsam": "1.1.3",
|
|
"supports-color": "3.1.2",
|
|
"type-detect": "1.0.0"
|
|
},
|
|
"author": "The Polymer Authors",
|
|
"dependencies": {
|
|
"@polymer/app-layout": "^3.0.0-pre.10",
|
|
"@polymer/app-route": "^3.0.0-pre.10",
|
|
"@polymer/iron-flex-layout": "^3.0.0-pre.10",
|
|
"@polymer/iron-iconset-svg": "^3.0.0-pre.10",
|
|
"@polymer/iron-media-query": "^3.0.0-pre.10",
|
|
"@polymer/iron-pages": "^3.0.0-pre.10",
|
|
"@polymer/iron-selector": "^3.0.0-pre.10",
|
|
"@polymer/paper-icon-button": "^3.0.0-pre.10",
|
|
"@polymer/polymer": "^3.0.0-pre.10",
|
|
"@webcomponents/webcomponentsjs": "^1.0.0"
|
|
}
|
|
}
|