UNPKG

utils-fs-read-cjson

Version:

Reads the entire contents of a commented JSON file.

64 lines (63 loc) 1.48 kB
{ "name": "utils-fs-read-cjson", "version": "1.0.0", "description": "Reads the entire contents of a commented JSON file.", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" } ], "scripts": { "test": "mocha", "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec", "codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/kgryte/utils-fs-read-cjson.git" }, "keywords": [ "utils", "utilities", "utility", "fs", "readFile", "readFileSync", "path", "async", "sync", "file", "read", "open", "filesystem", "cjson", "json", "commented", "comments", "config", "parse" ], "bugs": { "url": "https://github.com/kgryte/utils-fs-read-cjson/issues" }, "dependencies": { "utils-fs-read-file": "^1.0.0", "utils-cjson-parse": "^1.0.0", "validate.io-string-primitive": "^1.0.0" }, "devDependencies": { "chai": "3.x.x", "codecov.io": "^0.1.5", "istanbul": "^0.3.0", "jshint": "2.x.x", "jshint-stylish": "2.x.x", "mocha": "2.x.x" }, "license": "MIT" }