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

57 lines
1.6 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": {
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.2",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^1.0.1",
"grunt-babel": "*",
"grunt-concat-in-order": "*",
"grunt-concurrent": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-htmlmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-eslint": "^19.0.0",
"grunt-processhtml": "*",
"grunt-sass": "*",
"grunt-text-replace": "*",
"load-grunt-tasks": "*",
"matchdep": "*",
"sass": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/arangodb/arangodb.git"
},
"dependencies": {
"grunt-babel": "^6.0.0",
"grunt-concat-in-order": "^0.2.6",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-processhtml": "^0.4.0",
"grunt-sass": "^1.2.0",
"matchdep": "^1.0.1"
}
}