-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 930 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
37
38
39
40
41
{
"name": "linkmon",
"version": "0.1.1",
"description": "NPM link monitor CLI utility",
"main": "source/index.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
},
"bin": {
"linkmon": "./source/cli.js"
},
"files": [
"source/**/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/perry-mitchell/linkmon.git"
},
"keywords": [
"npm",
"link",
"monitor"
],
"author": "Perry Mitchell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/perry-mitchell/linkmon/issues"
},
"homepage": "https://github.com/perry-mitchell/linkmon#readme",
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^2.4.2",
"columnify": "^1.5.4",
"directory-exists": "^2.0.1",
"file-exists": "^5.0.1",
"keypress": "^0.2.1",
"minimist": "^1.2.0",
"node-notifier": "^6.0.0",
"pify": "^4.0.1"
}
}