charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
20 lines (19 loc) • 390 B
JSON
{
"name": "cachedir",
"version": "1.1.1",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"main": "index.js",
"repository": "LinusU/node-cachedir",
"scripts": {
"test": "standard && mocha"
},
"devDependencies": {
"mocha": "^2.4.5",
"proxyquire": "^1.7.4",
"standard": "^6.0.8"
},
"dependencies": {
"os-homedir": "^1.0.1"
}
}