Skip to content

Commit

Permalink
update level-packager to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed May 4, 2015
1 parent 128d29e commit 2820901
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name" : "level"
, "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)"
, "version" : "0.18.0"
, "contributors" : [
"Rod Vagg <[email protected]> (https://github.com/rvagg)"
, "John Chesley <[email protected]> (https://github.com/chesles/)"
, "Jake Verbaten <[email protected]> (https://github.com/raynos)"
, "Dominic Tarr <[email protected]> (https://github.com/dominictarr)"
, "Max Ogden <[email protected]> (https://github.com/maxogden)"
, "Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)"
, "David Björklund <[email protected]> (https://github.com/kesla)"
, "Julian Gruber <[email protected]> (https://github.com/juliangruber)"
, "Paolo Fragomeni <[email protected]> (https://github.com/hij1nx)"
, "Anton Whalley <[email protected]> (https://github.com/No9)"
, "Matteo Collina <[email protected]> (https://github.com/mcollina)"
, "Pedro Teixeira <[email protected]> (https://github.com/pgte)"
, "James Halliday <[email protected]> (https://github.com/substack)"
]
, "repository" : {
"type" : "git"
, "url" : "https://github.com/Level/level.git"
}
, "homepage" : "https://github.com/Level/level"
, "keywords": [
"leveldb"
, "stream"
, "database"
, "db"
, "store"
, "storage"
, "json"
]
, "main" : "level.js"
, "dependencies" : {
"leveldown" : "~0.10.0"
, "level-packager" : "~0.18.0"
}
, "devDependencies" : {
"tape" : "*"
}
, "scripts" : {
"test" : "node ./test.js"
}
, "license" : "MIT"
"name": "level",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)",
"version": "0.18.0",
"contributors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
"John Chesley <[email protected]> (https://github.com/chesles/)",
"Jake Verbaten <[email protected]> (https://github.com/raynos)",
"Dominic Tarr <[email protected]> (https://github.com/dominictarr)",
"Max Ogden <[email protected]> (https://github.com/maxogden)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"David Björklund <[email protected]> (https://github.com/kesla)",
"Julian Gruber <[email protected]> (https://github.com/juliangruber)",
"Paolo Fragomeni <[email protected]> (https://github.com/hij1nx)",
"Anton Whalley <[email protected]> (https://github.com/No9)",
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
"Pedro Teixeira <[email protected]> (https://github.com/pgte)",
"James Halliday <[email protected]> (https://github.com/substack)"
],
"repository": {
"type": "git",
"url": "https://github.com/Level/level.git"
},
"homepage": "https://github.com/Level/level",
"keywords": [
"leveldb",
"stream",
"database",
"db",
"store",
"storage",
"json"
],
"main": "level.js",
"dependencies": {
"level-packager": "~0.19.0",
"leveldown": "~0.10.0"
},
"devDependencies": {
"tape": "~4.0.0"
},
"scripts": {
"test": "node ./test.js"
},
"license": "MIT"
}

0 comments on commit 2820901

Please sign in to comment.