Initial commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user