From d66556a9d69450dbe6eb65498b2e8bfa00d56e64 Mon Sep 17 00:00:00 2001 From: Manuel Martins Date: Tue, 13 Dec 2016 23:08:32 +0000 Subject: [PATCH] package just disappeared --- package.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/package.json b/package.json index e69de29..488cde1 100644 --- a/package.json +++ b/package.json @@ -0,0 +1,62 @@ +{ + "name": "jsondbfs", + "description": "JSON Filesystem Database.", + "author": "Manuel Martins ", + "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" + } +}