fs2json
Version:
Translates a filesystem directory structure into a JSON object
41 lines (40 loc) • 1.29 kB
JSON
{
"name": "fs2json",
"version": "0.1.4",
"description": "Translates a filesystem directory structure into a JSON object",
"main": "index.js",
"scripts": {
"test": "`npm bin`/coffee spec/runner.coffee",
"local-coverage": "`npm bin`/coffee --js < spec/runner.coffee >spec/__compiled_runner.js && `npm bin`/istanbul cover spec/__compiled_runner.js -x \"spec/**\" 2> /dev/null && rm -f spec/__compiled_runner.js",
"coveralls": "`npm bin`/coffee --js < spec/runner.coffee >spec/__compiled_runner.js && `npm bin`/istanbul cover spec/__compiled_runner.js -x \"spec/**\" --report lcovonly 2> /dev/null && rm -f spec/__compiled_runner.js && `npm bin`/coveralls < ./coverage/lcov.info"
},
"repository": "",
"keywords": [
"file",
"fileutils",
"utils",
"filesystem",
"directory",
"json",
"JSON",
"path"
],
"author": "Xavier Cambar <xcambar@gmail.com>",
"license": "MIT",
"dependencies": {
"underscore": "~1.4.4",
"async": "~0.2.9"
},
"devDependencies": {
"chai": "~1.6.0",
"mocha": "~1.9.0",
"coffee-script-redux": "~2.0.0-beta5",
"sinon": "~1.7.2",
"sinon-chai": "~2.4.0",
"istanbul": "~0.1.35",
"mkdirp": "~0.3.5",
"q": "~0.9.3",
"rimraf": "~2.0.0",
"coveralls": "~2.0.12"
}
}