blob: a85bf4a49da40345628eeec9ba329ab3b6740947 [file] [log] [blame]
{
"name": "ApacheEagleWebApp",
"description": "Apache Eagle Web Application",
"author": "ApacheEagle",
"repository": {
"type:": "git",
"url": "https://github.com/apache/incubator-kylin.git"
},
"license": "Apache-2.0",
"dependencies": {
"jquery" : "1.12.0",
"bootstrap" : "3.3.6",
"moment" : "2.11.2",
"moment-timezone" : "0.5.0",
"font-awesome" : "4.5.0",
"admin-lte" : "2.3.2",
"angular" : "1.5.0",
"angular-resource" : "1.5.0",
"angular-route" : "1.5.0",
"angular-cookies" : "1.5.0",
"angular-animate" : "1.5.0",
"angular-ui-bootstrap" : "1.1.2",
"angular-ui-router" : "~0.2.18",
"d3" : "3.5.16",
"zombiej-nvd3" : "1.8.2-1",
"jquery-slimscroll" :"1.3.6",
"zombiej-bootstrap-components" : "1.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.3",
"grunt-regex-replace": "~0.2.6",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-htmlrefs": "~0.5.0"
},
"scripts": {
"grunt": "grunt"
}
}