UNPKG

manis

Version:

Find and read your configuration files recursively

44 lines (43 loc) 1.04 kB
{ "name": "manis", "version": "0.3.5", "description": "Find and read your configuration files recursively", "main": "lib/manis.js", "scripts": { "lint": "fecs lib test/**/*.spec.js --type=js", "coverage": "istanbul cover jasmine-node --captureExceptions test/**/*.spec.js", "test": "npm run lint && npm run coverage", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "https://github.com/ecomfe/manis" }, "keywords": [ "config", "loader", "rcloader", "json", "yaml" ], "author": "chris <wfsr@foxmail.com>", "license": "MIT", "engines": { "node": ">=4" }, "bugs": { "url": "https://github.com/ecomfe/manis/issues" }, "homepage": "https://github.com/ecomfe/manis", "devDependencies": { "coveralls": "latest", "fecs": "latest", "istanbul": "^0.4.2", "jasmine-node": "^2.0.0", "mock-fs": "^3.11.0" }, "dependencies": { "js-yaml": "^3.5.1", "strip-json-comments": "^2.0.0" } }