UNPKG

jdb

Version:

A database that hacks.

44 lines (43 loc) 801 B
{ "name": "jdb", "version": "0.5.5", "description": "A database that hacks.", "main": "lib/jdb.js", "bin": { "jdb": "bin/jdb.js" }, "scripts": { "no": "no", "test": "no test", "prepublish": "no build" }, "repository": { "type": "git", "url": "https://github.com/ysmood/jdb.git" }, "keywords": [ "javascript", "database" ], "author": "http://ysmood.org", "license": "BSD", "bugs": { "url": "https://github.com/ysmood/jdb/issues" }, "files": [ "lib/**/*.js", "bin" ], "homepage": "https://github.com/ysmood/jdb", "dependencies": { "coffee-script": "1.9.3", "commander": "2.8.1", "yaku": "0.2.8" }, "devDependencies": { "benchmark": "*", "mocha": "*", "nedb": "1.1.2", "nokit": "*" } }