-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 803 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
{
"name": "tails3",
"version": "1.2.0",
"description": "Tail the log files created by s3-streamlogger",
"bin": "bin/tails3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Coggle/tails3.git"
},
"keywords": [
"logging",
"s3"
],
"author": "James Crosby <james@coggle.it>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Coggle/tails3/issues"
},
"homepage": "https://github.com/Coggle/tails3",
"dependencies": {
"aws-sdk": "^2.1.16",
"nopt": "^3.0.1",
"async": "~0.9.0",
"byline": "^4.1.1",
"colors": "~0.6.2",
"strftime": "~0.8.2"
},
"devDependencies": {
"eslint": "^3.13.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1"
}
}