mirror of https://gitee.com/bigwinds/arangodb
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "aardvark",
|
|
"version": "2.0.0",
|
|
"description": "The ArangoDB web interface",
|
|
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"grunt": "grunt"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"babel-core": "^6.26.3",
|
|
"eslint": "^5.2.0",
|
|
"eslint-config-semistandard": "^12.0.1",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-babel": "^8.0.0",
|
|
"grunt-concat-in-order": "^0.3.0",
|
|
"grunt-concurrent": "^2.3.1",
|
|
"grunt-contrib-compress": "^1.4.3",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-htmlmin": "^3.0.0",
|
|
"grunt-contrib-imagemin": "^2.0.1",
|
|
"grunt-contrib-jshint": "^2.0.0",
|
|
"grunt-contrib-jst": "^1.0.0",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-eslint": "^21.0.0",
|
|
"grunt-processhtml": "^0.4.1",
|
|
"grunt-sass": "^3.0.2",
|
|
"grunt-text-replace": "^0.4.0",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"matchdep": "^2.0.0",
|
|
"node-sass": "^4.9.3",
|
|
"sass": "^1.10.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/arangodb/arangodb.git"
|
|
}
|
|
}
|