UNPKG

user-conf

Version:

Manage configs in the user home dir

50 lines (49 loc) 1.03 kB
{ "name": "user-conf", "version": "2.0.0", "description": "Manage configs in the user home dir", "main": "bin/index.js", "jsnext:main": "index.js", "scripts": { "build": "babel index.js --out-file bin/index.js", "test": "npm run build && jest", "prepublishOnly": "npm run build && npm test" }, "repository": { "type": "git", "url": "github.com/sdgluck/user-conf" }, "keywords": [ "cli", "user", "config", "manage", "option", "options", "command", "line", "interface", "home", "directory", "dir", "spongebob" ], "author": "Sam Gluck <sdgluck@gmail.com>", "license": "MIT", "dependencies": { "babel-preset-env": "^1.6.0", "lodash.get": "^4.4.2", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.0", "lodash.set": "^4.3.2", "rimraf": "^2.6.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "jest": "^20.0.4" }, "jest": { "testRegex": "tests.js" } }