-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 925 Bytes
/
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
{
"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": "^2.8.1",
"lodash": "^3.10.1",
"soasta-repository": "^1.0.0",
"winston": "^1.0.1"
},
"devDependencies": {
"assertive-chai": "^2.0.1",
"grunt": "^0.4.5",
"grunt-jsdoc": "^0.6.8",
"grunt-mocha-test": "^0.12.7",
"gruntify-eslint": "^1.0.1",
"mocha": "^2.3.2"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/SOASTA/mpulse-query.js.git"
},
"keywords": [
"mPulse",
"SOASTA",
"API"
],
"author": "Andreas Marschke <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SOASTA/mpulse-query.js/issues"
},
"homepage": "https://github.com/SOASTA/mpulse-query.js"
}