file-ensure
Version:
Ensures that a file exists: if not, it creates it.
29 lines (28 loc) • 601 B
JSON
{
"name": "file-ensure",
"version": "0.3.0",
"description": "Ensures that a file exists: if not, it creates it.",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:namshi/file-ensure.git"
},
"keywords": [
"file",
"fs",
"swag",
"namshi"
],
"author": "Odino <alessandro.nadalin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/file-ensure/issues"
},
"homepage": "https://github.com/namshi/file-ensure",
"devDependencies": {
"mocha": "^1.21.4"
}
}