UNPKG

805 BJSONView Raw
1{
2 "name": "sherlock-log",
3 "version": "0.0.10",
4 "main": "index.js",
5 "dependencies": {
6 "async": "^0.9.0",
7 "cli-color": "^0.3.2",
8 "clui": "^0.3.1",
9 "d3": "^3.4.13",
10 "findit": "~2.0.0",
11 "inquirer": "^0.8.0",
12 "mkdirp": "^0.5.0",
13 "ssh2": "^0.3.6",
14 "sync": "~0.2.3",
15 "underscore": "^1.7.0",
16 "xmldom": "~0.1.19"
17 },
18 "devDependencies": {},
19 "scripts": {
20 "test": "echo \"Error: no test specified\" && exit 1"
21 },
22 "bin": {
23 "sherlock": "./bin/sherlock"
24 },
25 "author": "",
26 "license": "ISC",
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/guilhermehbueno/sherlock-log.git"
30 },
31 "bugs": {
32 "url": "https://github.com/guilhermehbueno/sherlock-log/issues"
33 },
34 "homepage": "https://github.com/guilhermehbueno/sherlock-log"
35}