haze-aof
Version:
Append-only file storage adapter for the Haze document cache
34 lines (33 loc) • 757 B
JSON
{
"name": "haze-aof",
"version": "1.0.1",
"description": "Append-only file storage adapter for the Haze document cache",
"main": "haze-aof.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fictorial/haze-aof.git"
},
"keywords": [
"haze",
"cache",
"append-only",
"aof",
"database",
"storage",
"persistence"
],
"author": "Brian Hammond <brian@fictorial.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fictorial/haze-aof/issues"
},
"homepage": "https://github.com/fictorial/haze-aof",
"dependencies": {
"haze": "^1.0.0",
"underscore": "^1.6.0",
"line-reader": "^0.2.3"
}
}