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
39 lines (38 loc) • 755 B
JSON
{
"name": "os-shim",
"version": "0.1.3",
"description": "Native OS module API shim for older node.js versions",
"homepage": "http://github.com/h2non/node-os-shim",
"bugs": "https://github.com/h2non/node-os-shim/issues",
"contributors": [
{
"name": "Tomas Aparicio",
"email": "tomas@aparicio.me"
}
],
"repository": {
"type": "git",
"url": "https://github.com/h2non/node-os-shim.git"
},
"licenses": "MIT",
"main": "lib/os",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "make test"
},
"keywords": [
"os",
"tmpdir",
"endianness",
"shim"
],
"devDependencies": {
"mocha": "~1.15.1",
"expect.js": "~0.2.0"
}
}