UNPKG

721 BJSONView Raw
1{
2 "name": "jdb",
3 "version": "0.4.8",
4 "description": "A database that hacks.",
5 "main": "app.js",
6 "bin": {
7 "jdb": "bin/jdb.js"
8 },
9 "scripts": {
10 "test": "cake test",
11 "prepublish": "cake build"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/ysmood/jdb.git"
16 },
17 "keywords": [
18 "javascript",
19 "database"
20 ],
21 "author": "http://ysmood.org",
22 "license": "BSD",
23 "bugs": {
24 "url": "https://github.com/ysmood/jdb/issues"
25 },
26 "homepage": "https://github.com/ysmood/jdb",
27 "dependencies": {
28 "bluebird": "2.9.6",
29 "coffee-script": "1.9.0",
30 "commander": "2.6.0"
31 },
32 "devDependencies": {
33 "benchmark": "*",
34 "nokit": "*",
35 "mocha": "*"
36 }
37}