Skip to content

Commit

Permalink
package just disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmartins committed Dec 13, 2016
1 parent ad9466b commit d66556a
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "jsondbfs",
"description": "JSON Filesystem Database.",
"author": "Manuel Martins <[email protected]>",
"version": "1.0.2",
"license": "Apache-2.0",
"engine": "node >= 0.12.0",
"main": "./index",
"scripts": {
"test": "rm /tmp/*.json; rm /tmp/*.lock; cp test/big.json /tmp/; mocha test/"
},
"repository": {
"type": "git",
"url": "git://github.com/mcmartins/jsondbfs.git"
},
"bugs": {
"url": "https://github.com/mcmartins/jsondbfs/issues"
},
"preferGlobal": "true",
"keywords": [
"json",
"jsonfs",
"jsondb",
"jsondbfs",
"db",
"database",
"nosql",
"memory",
"inmemory",
"driver",
"dbdriver",
"driverdb",
"storage",
"storagedb",
"sync",
"flush",
"disk",
"io",
"fs",
"file system",
"crud",
"prototyping",
"prototypingdb",
"mongodb",
"mongo",
"async",
"lock"
],
"dependencies": {
"async": "2.1.x",
"babel-polyfill": "6.20.x",
"json-criteria": "2.6.x",
"lockfile": "1.0.x",
"underscore": "1.8.x",
"uuid": "3.0.x"
},
"devDependencies": {
"codeclimate-test-reporter": "0.4.x",
"istanbul": "0.4.x",
"mocha": "3.2.x"
}
}

0 comments on commit d66556a

Please sign in to comment.