foxxy
Version:
Foxx framework based on RiotJS + ArangoDB/Foxx
38 lines (37 loc) • 841 B
JSON
{
"name": "foxxy",
"preferGlobal": true,
"version": "0.6.20",
"description": "Foxx framework based on RiotJS + ArangoDB/Foxx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"foxxy": "./bin/foxxy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solisoft/foxxy.git"
},
"keywords": [
"Foxx",
"ArangoDB",
"RiotJS"
],
"author": "Olivier BONNAURE <olivier@solisoft.net> (http://solisoft.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/solisoft/foxxy/issues"
},
"homepage": "https://foxxy.ovh",
"dependencies": {
"arangojs": "^6.10.0",
"colors": "^1.1.2",
"foxx-cli": "^1.3.0",
"hasbin": "^1.2.3",
"js-yaml": "^3.6.1",
"pluralize": "^3.0.0",
"yargs": "^5.0.0"
}
}