UNPKG

2.04 kBJSONView Raw
1{
2 "name": "abstract-nosql",
3 "description": "An abstract prototype for nosql database with sync and streamable (LevelDOWN API)",
4 "version": "1.9.4",
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 "stream",
31 "leveldb",
32 "leveldown",
33 "levelup"
34 ],
35 "main": "./abstract-nosql.js",
36 "dependencies": {
37 "abstract-object": "1.x",
38 "buffer-codec": ">=0.9.1",
39 "xtend": "~3.0.0"
40 },
41 "devDependencies": {
42 "rimraf": "*",
43 "sinon": "*",
44 "tap": "*"
45 },
46 "browser": {
47 "rimraf": false
48 },
49 "scripts": {
50 "test": "node_modules/.bin/tap ./test.js",
51 "prepublish": "coffee -o . -c src/*.coffee"
52 },
53 "license": "MIT",
54 "optionalDependencies": {
55 "abstract-iterator": ">=0.9.1",
56 "nosql-stream": "1.x"
57 }
58}