-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"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": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-jsdoc": "^0.6.7",
"grunt-mocha-test": "^0.12.7",
"gruntify-eslint": "^5.0.0",
"mocha": "^2.2.5",
"nock": "^9.3.3",
"q": "^1.4.1"
}
}