-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "mfpx",
"version": "1.2.1",
"description": "Simple launcher and utilities for IBM MobileFirst Platform Command Line Interface (CLI)",
"homepage": "https://github.com/kfbishop/mfpx",
"author": "Karl Bishop, [email protected]",
"main":"bin/mfpx.js",
"bin": {
"mfpx": "bin/mfpx.js"
},
"bugs": {
"url": "https://github.com/kfbishop/mfpx/issues"
},
"dependencies": {
"archiver": "^0.15.0",
"chmodr": "^0.1.1",
"fs-extra": "^0.23.1",
"q": "^1.4.1",
"rimraf": "^2.3.4",
"unzip": "^0.1.11"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kfbishop-us/mfpx.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"engines":{"node":">=0.10.22"},
"directories": {
"bin" : "./bin",
"lib" : "./lib"
}
}