-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 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
{
"name": "liab",
"description": "A tool for developing nodes on the Lightning in a Bot platform",
"version": "0.6.0",
"license": "MIT",
"author": "Dylan La Com <[email protected]>",
"contributors": [
"Carl Mueller (https://github.com/cmuell89)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lacom/liab-cli.git"
},
"dependencies": {
"commander": "2.7.1",
"del": "^1.2.0",
"dotenv": "^1.2.0",
"gulp": "^3.9.0",
"gulp-install": "^0.4.0",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"mkdirp": "0.5.1",
"node-netrc": "0.0.1",
"open": "0.0.5",
"prompt": "^1.0.0",
"request": "^2.58.0",
"run-sequence": "^1.1.2"
},
"main": "bin/liab",
"preferGlobal": true,
"bin": {
"liab": "./bin/liab"
},
"files": [
"LICENSE",
"config.js",
"bin/",
"lib/",
"gulpfile.js",
"README.md",
"CHANGELOG.md",
"templates/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/lacom/liab-cli/issues"
},
"homepage": "https://github.com/lacom/liab-cli#readme",
"devDependencies": {}
}