mlproj
Version:
Project management for MarkLogic
34 lines (33 loc) • 680 B
JSON
{
"name": "mlproj",
"version": "0.51.1",
"description": "Project management for MarkLogic",
"repository": "https://github.com/fgeorges/mlproj",
"main": "src/tui.js",
"bin": {
"mlproj": "src/tui.js"
},
"scripts": {
"test": "./test/run-tests.js"
},
"keywords": [
"mlproj",
"marklogic",
"nosql"
],
"author": "Florent Georges",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.3",
"minimatch": "^3.0.4",
"mlproj-core": ">=0.44",
"node-watch": "^0.5.8",
"readline-sync": "^1.4.6",
"sync-request": "^4.1.0",
"uuid": "^3.1.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"mockery": "^2.0.0"
}
}