cell
Version:
Single unit of I/O computations
39 lines (38 loc) • 759 B
JSON
{
"name": "cell",
"version": "1.0.1",
"description": "Single unit of I/O computations",
"author": "makesites",
"contributors": [
{
"name": "Makis Tracend",
"email": "makis@makesit.es"
}
],
"homepage": "http://makesites.org/projects/cell",
"keywords": [
"cell", "io", "data", "input", "output", "cache"
],
"repository": {
"type": "git",
"url": "https://github.com/makesites/cell"
},
"bugs": {
"url": "https://github.com/makesites/cell/issues"
},
"license": "MPL-2.0 OR AGPL-3.0",
"main": "./index.js",
"engines": {
"node": ">=10.x.x"
},
"dependencies": {
"ildb": "0.1.0",
"idb-wrapper": "1.7.2"
},
"devDependencies": {
"commander" : "2.20.0",
"jshint" : "2.10.2",
"uglify-js" : "3.5.3",
"hbs" : "4.0.3"
}
}