-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 785 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 785 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "mo-cli-tool",
"version": "0.5.5",
"description": "A developer's tool for command line (called mo).",
"preferGlobal": true,
"bin": {
"mo": "./index.js"
},
"scripts": {
"test": "npm test"
},
"files": [
"README.md",
"index.js",
"scripts/",
"templates/"
],
"keywords": [
"multitool",
"command",
"line",
"cmd",
"tool",
"dev",
"mo",
"cli"
],
"author": "parksjr",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"chalk": "^1.1.3",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.9.0",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"nedb": "^1.8.0",
"node-7z": "^0.4.0",
"postgrator": "^2.8.2",
"request": "^2.87.0",
"require.all": "^2.0.3"
}
}