-
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) · 933 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 933 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": "lightning-cli",
"version": "0.1.11",
"description": "lightning cli",
"keywords": [
"lightning",
"lightning-cli"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mentum/lightning-cli.git"
},
"author": "mentum",
"contributors": [
{
"name": "François-Xavier P. Darveau",
"email": "fpdarveau@mentum.io"
},
{
"name": "Olivier Sylvain",
"email": "osylvain@mentum.io"
}
],
"license": "ISC",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/mentum/lightning-cli/issues"
},
"homepage": "https://github.com/mentum/lightning-cli#readme",
"bin": {
"lightning": "./bin/lightning"
},
"dependencies": {
"commander": "^2.9.0",
"moment": "^2.11.2",
"q": "^1.4.1",
"request": "^2.67.0",
"valid-url": "^1.0.9"
}
}