murano-dashboard/package.json
Timur Sufiev 4728d454e4 Add JS unit tests runner and commands to dashboard
Targets-blueprint: metadata-assignment-and-propagation
Change-Id: Id71f106e02329c555cd105204723637536e4c313
2016-10-07 16:09:01 +03:00

26 lines
694 B
JSON

{
"version": "0.0.0",
"private": true,
"name": "muranodashboard",
"description": "Murano 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-chrome-launcher": "1.0.1",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0"
},
"scripts": {
"postinstall": "./tools/post_install.sh",
"lint": "eslint --no-color muranodashboard/static",
"lintq": "eslint --quiet muranodashboard/static",
"test": "karma start karma.conf.js --single-run"
},
"dependencies": {}
}