kibana/package.json
Chris Cowan 49017ee7cf Refactoring Directory Layout for Build Process
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 09:59:29 -07:00

50 lines
1.3 KiB
JSON

{
"name": "kibana",
"private": true,
"version": "4.0.0-BETA1",
"description": "Kibana 4",
"main": "Gulpfile.js",
"dependencies": {},
"devDependencies": {
"bluebird": "~2.0.7",
"connect": "~2.19.5",
"event-stream": "~3.1.5",
"expect.js": "~0.2.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jade": "~0.10.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha": "~0.4.10",
"grunt-run": "^0.2.3",
"http-proxy": "~1.1.4",
"husky": "~0.6.0",
"istanbul": "~0.2.4",
"load-grunt-config": "~0.7.0",
"lodash": "~2.4.1",
"mocha": "~1.20.1",
"path-browserify": "0.0.0",
"requirejs": "~2.1.14",
"rjs-build-analysis": "0.0.3"
},
"scripts": {
"test": "grunt test",
"server": "grunt server",
"precommit": "grunt jshint todos"
},
"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"
}