lively-fs-helper
Version:
Small wrapper around fs to easily create file and directory structures. Currently used for testing stuff tht depends on files.
13 lines (12 loc) • 393 B
JSON
{
"name": "lively-fs-helper",
"version": "0.1.0",
"description": "Small wrapper around fs to easily create file and directory structures. Currently used for testing stuff tht depends on files.",
"main": "index.js",
"keywords": ["LivelyKernel","LivelyWeb", "testing", "filesystem"],
"author": "RobertKrahn",
"license": "MIT",
"dependencies": {
"lively.lang": "^0.4.1"
}
}