UNPKG

@purest/config

Version:

Configuration logic for the Purest module

47 lines (46 loc) 1.08 kB
{ "name": "@purest/config", "version": "1.0.1", "description": "Configuration logic for the Purest module", "keywords": [ "purest", "rest", "restful", "api", "http", "https", "client" ], "license": "Apache-2.0", "homepage": "https://github.com/simov/purest-config", "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)", "repository": { "type": "git", "url": "https://github.com/simov/purest-config.git" }, "dependencies": { "extend": "^3.0.0" }, "devDependencies": { "coveralls": "^2.11.9", "eslint": "^2.7.0", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "istanbul": "^0.4.3", "mocha": "^2.4.5" }, "main": "index.js", "files": [ "lib/", "LICENSE", "README.md", "index.js" ], "scripts": { "test": "npm run lint && npm run test-ci", "test-ci": "mocha test/", "test-cov": "istanbul cover _mocha test/", "lint": "eslint lib/ test/ && echo Lint Passed" } }