devil-db
Version:
A simple way to communicate with DevilDB CMS with a js REST library
26 lines • 627 B
JSON
{
"name": "devil-db",
"version": "0.1.20",
"description": "A simple way to communicate with DevilDB CMS with a js REST library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bagelstudio/devil-db-js.git"
},
"keywords": [
"CMS",
"devil"
],
"author": "BagelStudio",
"license": "ISC",
"bugs": {
"url": "https://github.com/bagelstudio/devil-db-js/issues"
},
"homepage": "https://github.com/bagelstudio/devil-db-js#readme",
"dependencies": {
"axios": "^0.19.2"
}
}