forked from JacksonTian/bagpipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 864 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": "bagpipe",
"version": "1.0.0",
"description": "Concurrency limit",
"keywords": [
"limiter",
"concurrency limit",
"parallel limit"
],
"main": "index.js",
"author": "Jackson Tian",
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"coveralls": "^3.0.4",
"nyc": "^14.1.1",
"mocha": "*",
"pedding": "*",
"should": "*",
"travis-cov": "*",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/bagpipe.git"
},
"bugs": {
"url": "https://github.com/JacksonTian/bagpipe/issues"
},
"homepage": "https://github.com/JacksonTian/bagpipe#readme",
"scripts": {
"test": "make test",
"build": "webpack --config webpack.config.js"
},
"files": [
"lib",
"index.js"
]
}