UNPKG

mlpm

Version:

the client for mlpm, a MarkLogic package manager

57 lines (56 loc) 1.28 kB
{ "name": "mlpm", "version": "0.6.1", "description": "the client for mlpm, a MarkLogic package manager", "bin": { "mlpm": "bin/mlpm.js" }, "scripts": { "lint": "jshint *.js lib/*.js lib/*/*.js", "test": "istanbul cover _mocha test/* test/lib/*" }, "author": "joemfb", "license": "Apache-2.0", "dependencies": { "async": "^2.0.1", "byline": "^5.0.0", "columnify": "^1.3.2", "concat-stream": "^1.4.8", "glob": "^7.0.5", "gulp-git": "^2.4.1", "hash.js": "^1.0.2", "jszip": "^2.4.0", "lodash": "^3.7.0", "mkdirp": "^0.5.0", "prettyjson": "^1.0.0", "prompt": "^1.0.0", "request": "^2.74.0", "rimraf": "^2.5.4", "semver": "^5.3.0", "slash": "^1.0.0", "toposort": "^1.0.0", "vinyl-fs": "^2.4.3", "winston": "^2.2.0", "yargs": "^5.0.0" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.12", "istanbul": "^0.4.5", "mocha": "^3.0.2", "mockery": "^1.7.0", "sinon": "^1.17.5" }, "repository": { "type": "git", "url": "https://github.com/joemfb/mlpm.git" }, "keywords": [ "marklogic", "xquery" ], "bugs": { "url": "https://github.com/joemfb/mlpm/issues" }, "homepage": "https://github.com/joemfb/mlpm" }