UNPKG

1.85 kBJSONView Raw
1{
2 "name": "abstract-nosql",
3 "description": "An abstract prototype for nosql database(LevelDOWN API)",
4 "version": "1.5.0",
5 "contributors": [
6 "Riceball LEE <snowyu.lee@gmail.com> (https://github.com/snowyu)",
7 "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
8 "John Chesley <john@chesl.es> (https://github.com/chesles/)",
9 "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
10 "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
11 "Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
12 "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)",
13 "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
14 "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
15 "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)",
16 "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
17 "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
18 "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
19 "James Halliday <mail@substack.net> (https://github.com/substack)",
20 "Thomas Watson Steen <w@tson.dk> (https://github.com/watson)"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/snowyu/node-abstract-nosql.git"
25 },
26 "homepage": "https://github.com/snowyu/node-abstract-nosql",
27 "keywords": [
28 "nosql",
29 "database",
30 "leveldb",
31 "leveldown",
32 "levelup"
33 ],
34 "main": "./abstract-leveldown.js",
35 "dependencies": {
36 "abstract-object": "~1.2.2",
37 "xtend": "~3.0.0"
38 },
39 "devDependencies": {
40 "tap": "*",
41 "sinon": "*",
42 "rimraf": "*"
43 },
44 "browser": {
45 "rimraf": false
46 },
47 "scripts": {
48 "test": "node ./test.js"
49 ,"build": "coffee -o . -c src/*.coffee"
50 },
51 "license": "MIT"
52}