-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
40 lines (40 loc) · 922 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
{
"name": "logdna-cli",
"version": "2.0.0",
"description": "LogDNA CLI",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/grunt lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logdna/logdna-cli.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/logdna/logdna-cli/issues"
},
"bin": {
"logdna": "./index.js"
},
"homepage": "https://github.com/logdna/logdna-cli",
"dependencies": {
"chrono-node": "^2.2.6",
"commander": "^2.20.0",
"logdna-winston": "^3.0.5",
"properties": "^1.2.1",
"request": "^2.88.0",
"semver": "^6.1.2",
"winston": "^3.3.3",
"ws": "^7.0.1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^22.0.0",
"grunt-exec": "^3.0.0",
"grunt-line-remover": "0.0.2",
"load-grunt-tasks": "^5.0.0"
}
}