-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 774 Bytes
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
{
"name": "mlsound",
"version": "0.1.1",
"description": "Marklogic JavaScript Software Development tool",
"bin": {
"mlsound": "src/bin/mlsound.js"
},
"main": "src/index.js",
"scripts": {
"test": "mocha src/tests"
},
"author": "Miguel Rodriguez <miguel.rodriguez@marklogic.com>",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.3.4",
"colors": "^1.1.2",
"commander": "^2.8.1",
"conflate": "^1.1.0",
"core-util-is": "^1.0.1",
"form-urlencoded": "^1.4.1",
"graceful-readlink": "^1.0.1",
"marklogic": "^1.0.3",
"mkdirp": "^0.5.1",
"mocha": "^2.5.0",
"ncp": "^2.0.0",
"node-json-minify": "^0.1.4-a",
"prompt": "^0.2.14",
"recursive-readdir": "^1.2.1",
"should": "^10.0.0"
}
}