UNPKG

hexo-db

Version:

An NPM Package helper to let you interact with your HexoShard database.

29 lines (28 loc) 696 B
{ "name": "hexo-db", "description": "An NPM Package helper to let you interact with your HexoShard database.", "version": "2.0.1", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://hexodb.glitch.me/", "author": { "name": "xfizuku" }, "bugs": { "url": "https://github.com/Fizuku/hexo-db/issues" }, "dependencies": { "superagent": "^5.1.0", "lodash": "^4.17.20" }, "license": "Apache License 2.0", "repository": { "type": "git", "url": "https://github.com/Fizuku/hexo-db.git" }, "keywords": [ "db", "database", "hexo", "hexodb", "quick.db", "discord.db", "quickdb" ] }