leveldown-mobile
Version:
A Node.js LevelDB binding for Android, iOS and Windows UWP, primary backend for LevelUP
55 lines (54 loc) • 1.97 kB
JSON
{
"name": "leveldown-mobile",
"description": "A Node.js LevelDB binding for Android, iOS and Windows UWP, primary backend for LevelUP",
"version": "1.1.1",
"contributors": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"John Chesley <john@chesl.es> (https://github.com/chesles/)",
"Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
"Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
"Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
"Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)",
"David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
"Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
"Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)",
"Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
"Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
"James Halliday <mail@substack.net> (https://github.com/substack)",
"Oguz Bastemur <obastemur@gmail.com> (https://github.com/obastemur)"
],
"repository": {
"type": "git",
"url": "https://github.com/level/leveldown-mobile.git"
},
"homepage": "https://github.com/level/leveldown-mobile",
"keywords": [
"leveldb",
"level"
],
"main": "leveldown.js",
"dependencies": {
"abstract-leveldown": "~2.1.0",
"bindings": "~1.2.1",
"fast-future": "~1.0.0"
},
"devDependencies": {
"du": "~0.1.0",
"faucet": "0.0.1",
"mkfiletree": "~0.0.1",
"monotonic-timestamp": "~0.0.8",
"node-gyp": "~1.0.1",
"node-uuid": "~1.4.3",
"optimist": "~0.6.1",
"readfiletree": "~0.0.1",
"rimraf": "~2.2.8",
"slump": "~2.0.0",
"tape": "~4.0.0"
},
"scripts": {
"test": "tape test/*-test.js | faucet"
},
"license": "MIT",
"gypfile": true
}