si-file
Version:
A general-purpose File object to assist with any Node project
38 lines (37 loc) • 793 B
JSON
{
"name": "si-file",
"version": "1.1.12",
"description": "A general-purpose File object to assist with any Node project",
"homepage": "https://github.com/j-steve/si-file",
"keywords": [
"util",
"file",
"os",
"fs",
"promise"
],
"author": "J. Stephen Sichina",
"repository": {
"type": "git",
"url": "git+https://github.com/j-steve/si-file.git"
},
"bugs": {
"url": "https://github.com/j-steve/si-file/issues"
},
"main": "src/index.js",
"engines": {
"node": ">=0.6"
},
"dependencies": {
"body-parser": "1.13.x",
"cookie-parser": "1.3.x",
"debug": "2.2.x"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint src/ *.js tests/ && echo Lint passed."
},
"devDependencies": {
"eslint": "2.10.x"
}
}