venus-dashboard/package.json
baiziyu 0ad485a844 * initial commit.
Change-Id: I9829560c0af20bb06ebfd283f147bc92378abe50
2021-05-31 19:14:21 +08:00

27 lines
759 B
JSON

{
"version": "0.1.0",
"private": true,
"name": "venus-dashboard",
"description": "Venus Dashboard",
"repository": "none",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "1.10.3",
"eslint-config-openstack": "1.2.4",
"jasmine-core": "2.4.1",
"karma": "1.1.2",
"karma-firefox-launcher": "2.1.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-spec-reporter": "0.0.32"
},
"scripts": {
"postinstall": "if [ ! -d .tox/npm ]; then tox -e npm --notest; fi",
"lint": "eslint --no-color venus_dashboard/static",
"lintq": "eslint --quiet venus_dashboard/static",
"test": "karma start karma.conf.js --single-run"
},
"dependencies": {}
}