fliphub-monorepo
Version:
the builder of builders
43 lines (42 loc) • 895 B
JSON
{
"name": "flipcache",
"version": "0.0.6",
"description": "[temporary], safe, restorable, cacheable, configurable, chainable/fluent data",
"main": "src/index.js",
"scripts": {
"test": "ava --verbose"
},
"devDependencies": {
"ava": "^0.19.0",
"fosho": "*"
},
"dependencies": {
"fliplog": "*",
"flipchain": "*",
"flipfile": "*",
"json-chain": "*",
"execa": "0.6.3",
"node-localstorage": "1.3.0",
"configstore": "*",
"flipfind": "*"
},
"keywords": [
"cli",
"temp",
"cache",
"fliphub",
"safe",
"temporary",
"restore",
"fs"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}