UNPKG

tomahawk-plugin-mongo

Version:

A Tomahawk plugin to impletem a Key Value Pair Store backed by MongoDB

35 lines (34 loc) 792 B
{ "name": "tomahawk-plugin-mongo", "version": "0.0.5", "description": "A Tomahawk plugin to impletem a Key Value Pair Store backed by MongoDB", "main": "lib/store.js", "bin": { "mongo-plugin": "./bin/mongo-plugin" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/hbouvier/tomahawk-plugin-mongodb.git" }, "keywords": [ "tomahawk", "plugin", "key", "value", "pair", "store", "REST" ], "author": "Henri Bouvier", "license": "ISC", "bugs": { "url": "https://github.com/hbouvier/tomahawk-plugin-mongodb/issues" }, "homepage": "https://github.com/hbouvier/tomahawk-plugin-mongodb", "dependencies": { "mongoose": "^3.8.15" } }