forked from rjrodger/visigoth
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
31 lines (31 loc) · 781 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
{
"name": "visigoth",
"version": "1.0.0",
"description": "A multipurpose load balancer with circuit breaker capabilities",
"main": "visigoth.js",
"scripts": {
"test": "mocha tests.js",
"coverage": "istanbul cover node_modules/.bin/_mocha tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dgonzalez/visigoth.git"
},
"author": "David Gonzalez",
"license": "MIT",
"bugs": {
"url": "https://github.com/dgonzalez/visigoth/issues"
},
"homepage": "https://github.com/dgonzalez/visigoth",
"dependencies": {
"assertion-error": "^1.0.1",
"deep-eql": "^0.1.3",
"lodash": "^4.2.1",
"type-detect": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.7"
}
}