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

42 lines
1.2 KiB
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-babel": "^5.0.1",
"grunt-concat-in-order": "^0.1.6",
"grunt-concurrent": "^2.0.3",
"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": "^1.0.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-processhtml": "^0.3.8",
"grunt-sass": "^1.0.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",
"load-grunt-tasks": "^3.2.0",
"matchdep": "^0.3.0",
"sass": "^0.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/arangodb/arangodb.git"
}
}