UNPKG

caml

Version:
38 lines (37 loc) 834 B
{ "name": "caml", "version": "0.10.0", "description": "Cascading YAML configuration", "bin": "bin/caml", "main": "lib/caml.js", "scripts": { "examples": "assets/generate.js", "test": "istanbul cover _mocha test/**/*Spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/kevin-smets/caml.git" }, "keywords": [ "cascading", "yaml", "configuration" ], "author": "Kevin Smets", "license": "MIT", "bugs": { "url": "https://github.com/kevin-smets/caml/issues" }, "homepage": "https://github.com/kevin-smets/caml#readme", "dependencies": { "escape-string-regexp": "^1.0.5", "lodash": "^4.17.4", "yaml-js": "^0.2.0", "yamljs": "^0.3.0", "yargs": "^9.0.1" }, "devDependencies": { "istanbul": "^0.4.3", "mocha": "^4.0.0" } }