-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 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
{
"name": "soasta-repository",
"version": "2.1.14",
"description": "SOASTA JavaScript repository access",
"main": "index.js",
"bin": {
"soasta-repository": "./cmd.js",
"soasta-repository-annotation": "./cmdAnnotation.js",
"soasta-repository-timeline": "./cmdTimeline.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SOASTA/repository.js.git"
},
"author": "SOASTA, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/SOASTA/repository.js/issues"
},
"homepage": "https://github.com/SOASTA/repository.js#readme",
"dependencies": {
"commander": "^2.8.1",
"lodash": "^4.17.20",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "^1.6.1",
"grunt-mocha-test": "^0.13.3",
"gruntify-eslint": "^5.0.0",
"mocha": "^11.1.0",
"nock": "^13.5.6",
"q": "^1.4.1"
}
}