-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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"
}