-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 926 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 926 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
37
38
39
40
41
42
{
"name": "mpulse-query",
"version": "1.0.0",
"description": "SOASTA mPulse Query REST API interface for Javascript",
"main": "./lib/model/mPulse.js",
"bin": {
"mpulse-query": "./cmd.js"
},
"private": false,
"dependencies": {
"commander": "^13.1.0",
"lodash": "^4.17.21",
"soasta-repository": "^2.1.14",
"winston": "^3.17.0"
},
"devDependencies": {
"assertive-chai": "^1.0.2",
"eslint": "^9.23.0",
"grunt": "^1.6.1",
"grunt-mocha-test": "^0.13.3",
"gruntify-eslint": "^5.0.0",
"mocha": "^11.1.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/SOASTA/mpulse-query.js.git"
},
"keywords": [
"mPulse",
"SOASTA",
"API"
],
"author": "Andreas Marschke <amarschke@soasta.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SOASTA/mpulse-query.js/issues"
},
"homepage": "https://github.com/SOASTA/mpulse-query.js"
}