somewhere
Version:
Small in-memory database for Node.js that persists on disk
31 lines (30 loc) • 586 B
JSON
{
"name": "somewhere",
"version": "1.0.1",
"description": "Small in-memory database for Node.js that persists on disk",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"database",
"memory",
"JSON",
"file",
"functional"
],
"repository": {
"type": "git",
"url": "git://github.com:dreyacosta/somewhere.js.git"
},
"author": "@dreyacosta",
"license": "MIT",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.8",
"gulp-mocha": "^1.1.0"
},
"dependencies": {
"coffee-script": "^1.8.0"
}
}