29 lines
783 B
JSON
29 lines
783 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "stackviz",
|
|
"description": "StackViz - Client JavaScript",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "^0.23.0",
|
|
"eslint-config-openstack": "1.2.0",
|
|
"jasmine-ajax": "^3.1.1",
|
|
"jasmine-core": "^2.3.4",
|
|
"jasmine-fixture": "^1.3.2",
|
|
"karma": "0.12.31",
|
|
"karma-chrome-launcher": "0.1.8",
|
|
"karma-cli": "0.0.4",
|
|
"karma-coverage": "0.3.1",
|
|
"karma-jasmine": "^0.3.6",
|
|
"karma-phantomjs-launcher": "0.2.0",
|
|
"phantomjs": "1.9.17"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "if [ ! -d .venv ]; then tox -epy27 --notest; fi",
|
|
"test": "karma start karma.conf.js --single-run",
|
|
"lint": "eslint --no-color stackviz/static"
|
|
},
|
|
"dependencies": {}
|
|
}
|