mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
33d7004914
* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
14 lines
301 B
JSON
14 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"
|
|
}
|
|
}
|