forked from logdna/logdna-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 923 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
{
"name": "logdna-cli",
"version": "1.2.0",
"description": "LogDNA CLI",
"main": "index.js",
"dependencies": {
"bufferutil": "^1.2.1",
"commander": "^2.9.0",
"got": "^6.3.0",
"lodash": "^3.10.1",
"properties": "^1.2.1",
"semver": "^5.1.0",
"utf-8-validate": "^1.2.1",
"ws": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^2.5.0",
"grunt-line-remover": "0.0.2",
"load-grunt-tasks": "^3.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logdna/logdna-cli.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/logdna/logdna-cli/issues"
},
"homepage": "https://github.com/logdna/logdna-cli"
}