{ "name": "aardvark", "version": "2.0.0", "description": "The ArangoDB web interface", "author": "Heiko Kernbach, Michael Hackstein, moonglum", "license": "Apache 2", "scripts": { "grunt": "grunt" }, "devDependencies": { "grunt": "^0.4.5", "grunt-concat-in-order": "^0.1.6", "grunt-contrib-compress": "^0.13.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-cssmin": "^0.12.3", "grunt-contrib-htmlmin": "^0.4.0", "grunt-contrib-imagemin": "^0.9.4", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-sass": "^0.8.1", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-karma": "^0.10.1", "grunt-processhtml": "^0.3.8", "grunt-sass": "^0.18.0", "grunt-text-replace": "^0.4.0", "jasmine-core": "^2.2.0", "karma": "^0.12.31", "karma-coverage": "^0.2.7", "karma-jasmine": "^0.3.5", "karma-phantomjs-launcher": "^0.1.4", "matchdep": "^0.3.0", "sass": "^0.5.0" }, "repository": { "type": "git", "url": "git://github.com/arangodb/arangodb.git" } }