UNPKG

map-config

Version:

Map configuration objects to application methods.

55 lines (54 loc) 1.16 kB
{ "name": "map-config", "description": "Map configuration objects to application methods.", "version": "0.5.0", "homepage": "https://github.com/doowb/map-config", "author": "Brian Woodward (https://github.com/doowb)", "contributors": [ "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)", "Jon Schlinkert <github@sellside.com> (https://github.com/jonschlinkert)" ], "repository": "doowb/map-config", "bugs": { "url": "https://github.com/doowb/map-config/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "array-unique": "^0.2.1", "async": "^1.5.2" }, "devDependencies": { "base": "^0.6.7", "gulp": "^3.9.0", "gulp-eslint": "^1.0.0", "gulp-istanbul": "^0.10.2", "gulp-mocha": "^2.1.3", "mocha": "*" }, "keywords": [ "config", "configuration", "settings" ], "verb": { "related": { "list": [ "assemble", "generate", "templates", "update", "verb" ] } } }