-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 999 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
{
"name": "promise-limit",
"version": "2.7.0",
"description": "limits calls to functions that return promises",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"eslint": "*",
"eslint-config-standard": "11.0.0",
"eslint-plugin-es5": "1.3.1",
"eslint-plugin-import": "*",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"fs-promise": "2.0.3",
"lowscore": "1.17.0",
"mocha": "*"
},
"scripts": {
"test": "mocha && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/featurist/promise-limit.git"
},
"keywords": [
"limit",
"promise",
"semaphore"
],
"author": "Tim Macfarlane <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/featurist/promise-limit/issues"
},
"homepage": "https://github.com/featurist/promise-limit#readme"
}