UNPKG

1.68 kBJSONView Raw
1{
2 "name": "sherlock-log",
3 "version": "3.2.1",
4 "main": "index.js",
5 "dependencies": {
6 "async": "^0.9.0",
7 "blessed": "0.1.54",
8 "blessed-contrib": "2.0.5",
9 "chai": "^2.3.0",
10 "cli-color": "^0.3.2",
11 "cli-table": "^0.3.1",
12 "clui": "^0.3.1",
13 "coffeescript": "^1.9.2",
14 "colog": "^1.0.4",
15 "colors": "^1.0.3",
16 "commander": "^2.7.1",
17 "d3": "^3.4.13",
18 "drawille": "^1.0.0",
19 "findit": "~2.0.0",
20 "inquirer": "3.1.1",
21 "jsdoc": "^3.3.0-beta3",
22 "jsesc": "^0.5.0",
23 "merge": "^1.2.0",
24 "mkdirp": "^0.5.0",
25 "moment": "^2.8.4",
26 "multimeter": "^0.1.1",
27 "nodepdf": "^1.1.3",
28 "numeral": "^1.5.3",
29 "optimist": "^0.6.1",
30 "progress": "^1.1.8",
31 "readdir": "0.0.13",
32 "scp2": "^0.2.1",
33 "should": "^5.2.0",
34 "ssh2": "^0.3.6",
35 "string-escape": "^0.3.0",
36 "pretty-bytes": "^1.0.1",
37 "sync": "~0.2.3",
38 "underscore": "^1.7.0",
39 "winston": "^0.9.0",
40 "xmldom": "~0.1.19"
41 },
42 "devDependencies": {
43 "grunt": "^0.4.5",
44 "grunt-contrib-jshint": "~0.10.0",
45 "grunt-contrib-qunit": "^0.7.0",
46 "grunt-contrib-watch": "^0.6.1",
47 "grunt-mocha-test": "^0.12.7",
48 "grunt-vagrantup": "^0.2.0",
49 "mocha": "^2.2.4",
50 "should": "^5.2.0"
51 },
52 "scripts": {
53 "test": "echo \"Error: no test specified\" && exit 1"
54 },
55 "bin": {
56 "sherlock": "./bin/sherlock2"
57 },
58 "author": "",
59 "license": "ISC",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/guilhermehbueno/sherlock-log.git"
63 },
64 "bugs": {
65 "url": "https://github.com/guilhermehbueno/sherlock-log/issues"
66 },
67 "homepage": "https://github.com/guilhermehbueno/sherlock-log"
68}