{ "name": "kibana4", "private": true, "version": "0.0.0", "description": "Kibana TNG", "main": "Gulpfile.js", "dependencies": {}, "devDependencies": { "lodash": "~2.4.1", "expect.js": "~0.2.0", "grunt": "~0.4.2", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-jshint": "~0.8.0", "grunt-mocha": "~0.4.10", "load-grunt-config": "~0.7.0", "mocha": "~1.17.1", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jade": "~0.10.0", "grunt-contrib-less": "~0.10.0", "grunt-cli": "~0.1.13", "istanbul": "~0.2.4" }, "scripts": { "test": "grunt test", "server": "grunt server", "update": "npm run update-esjs && npm run update-K4D3", "update-esjs": "bower update elasticsearch && cd ./src/bower_components/elasticsearch && npm install && grunt browser_clients:build", "update-K4D3": "bower update K4D3 && cd ./src/bower_components/K4D3 && npm install && grunt production" }, "repository": { "type": "git", "url": "git@github.com:elasticsearch/kibana4.git" }, "author": "", "license": "Apache 2.0", "bugs": { "url": "https://github.com/elasticsearch/kibana4/issues" }, "homepage": "https://github.com/elasticsearch/kibana4" }