mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
13 lines
301 B
JSON
13 lines
301 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; exit 0;",
|
|
"test": "npm run lint && polymer test"
|
|
}
|
|
}
|