package.json
838 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": "bagpipe",
"version": "0.3.5",
"description": "Concurrency limit",
"keywords": [
"limiter",
"concurrency limit",
"parallel limit"
],
"main": "index.js",
"scripts": {
"test": "make test-all",
"blanket": {
"pattern": "bagpipe/lib"
},
"travis-cov": {
"threshold": 99
}
},
"author": "Jackson Tian",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "75269c60fdbb897be14575e70a2b86cf43999500",
"directories": {
"doc": "doc",
"test": "test"
},
"devDependencies": {
"pedding": "*",
"should": "*",
"blanket": "*",
"mocha": "*",
"travis-cov": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/bagpipe.git"
},
"bugs": {
"url": "https://github.com/JacksonTian/bagpipe/issues"
}
}