forked from grafana-wizzy/wizzy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "wizzy",
"version": "0.5.8",
"description": "Lets you automate Grafana interaction",
"main": "index.js",
"scripts": {
"test": "mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utkarshcmu/wizzy.git"
},
"keywords": [
"Grafana"
],
"author": "Utkarsh Bhatnagar <[email protected]> (https://github.com/utkarshcmu)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/utkarshcmu/wizzy/issues"
},
"homepage": "https://github.com/utkarshcmu/wizzy#readme",
"bin": {
"wizzy": "src/index.js"
},
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"fs": "0.0.1-security",
"gifencoder": "^1.0.6",
"lodash": "^4.17.2",
"nconf": "^0.8.4",
"request": "^2.79.0",
"aws-sdk": "^2.7.17",
"png-file-stream": "^1.0.0",
"sync-request": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"sinon": "^1.17.6"
}
}