mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
15 lines
408 B
JSON
15 lines
408 B
JSON
{
|
|
"name": "polymer-starter-kit",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"eslint": "^3.12.0",
|
|
"eslint-config-google": "^0.7.1",
|
|
"eslint-plugin-html": "^1.7.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext js,html --ignore-path .gitignore",
|
|
"test": "npm run lint && polymer test",
|
|
"test:integration": "polymer build # test that psk builds without error with the CLI"
|
|
}
|
|
}
|