UNPKG

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