mirror of https://gitee.com/bigwinds/arangodb
70 lines
1.9 KiB
JSON
70 lines
1.9 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": "*",
|
|
"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-karma": "*",
|
|
"grunt-processhtml": "*",
|
|
"grunt-sass": "*",
|
|
"grunt-text-replace": "*",
|
|
"jasmine-core": "*",
|
|
"karma": "*",
|
|
"karma-coverage": "*",
|
|
"karma-jasmine": "*",
|
|
"karma-phantomjs-launcher": "*",
|
|
"load-grunt-tasks": "*",
|
|
"matchdep": "*",
|
|
"phantomjs-prebuilt": "*",
|
|
"sass": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/arangodb/arangodb.git"
|
|
},
|
|
"dependencies": {
|
|
"grunt": "^1.0.1",
|
|
"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-karma": "^2.0.0",
|
|
"grunt-processhtml": "^0.4.0",
|
|
"grunt-sass": "^1.2.0",
|
|
"karma": "^0.13.22",
|
|
"karma-coverage": "^1.0.0",
|
|
"karma-jasmine": "^1.0.2",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"matchdep": "^1.0.1"
|
|
}
|
|
}
|