mirror of https://gitee.com/bigwinds/arangodb
15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"name": "aardvark",
|
|
"version": "2.0.0",
|
|
"description": "A server to host a match of Reversi based on ArangoDB Foxx",
|
|
"author": "Heiko Kernbach, Michael Hackstein, moonglum",
|
|
"license": "Apache 2",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-sass": "^0.8.1",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"matchdep": "^0.3.0",
|
|
"sass": "^0.5.0"
|
|
}
|
|
}
|