blob: 92ac968cf5c6f8f34d9cebdaf5b0453e189a997f [file] [log] [blame]
{
"name": "Ambari",
"description": "Front-end package for the Apache Ambari Project",
"version": "2.4.0",
"homepage": "http://ambari.apache.org/",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=summary"
},
"dependencies": {
"brunch": "1.7.20",
"javascript-brunch": ">= 1.0 < 1.5",
"css-brunch": ">= 1.0 < 1.5",
"uglify-js-brunch": ">= 1.0 < 1.5",
"clean-css-brunch": ">= 1.0 < 1.5",
"ember-precompile-brunch": "^0.1.1",
"ember-radio-button": "0.1.2",
"less-brunch": ">= 1.0 < 1.5",
"cssstyle": "0.2.3"
},
"devDependencies": {
"phantomjs": "~2.1.0",
"mocha":"2.5.3",
"mocha-phantomjs": "~4.1.0",
"mocha-phantomjs-core": "~2.1.0",
"chai":"~3.5.0",
"sinon":"=1.7.3",
"sinon-chai":"~2.8.0",
"express":"2.5.8",
"karma": ">=0.11.14",
"karma-mocha": "0.1.1",
"karma-chai": "~0.1.0",
"karma-sinon": "~1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-coverage": "~0.2.0",
"karma-commonjs-require": "~0.0.1",
"karma-ember-precompile-brunch": "^0.0.1"
},
"scripts": {
"start": "brunch watch --server",
"test": "mocha-phantomjs -R min -p ./node_modules/.bin/phantomjs public/test/test.html"
},
"engines": {
"node": "^4.0.0"
}
}