1
0
Fork 0
arangodb/js/apps/system/_admin/aardvark/APP/package.json

34 lines
883 B
JSON

{
"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-cli": "^0.1.13",
"grunt-concat-in-order": "^0.1.6",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"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"
}
}