-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 766 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 766 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
{
"name": "prottle",
"version": "1.0.6",
"description": "Promise.all() throttle",
"main": "prottle.js",
"typings": "prottle.d.ts",
"scripts": {
"test": "mocha ./*.test.js"
},
"author": "Iskren Slavov <iskren.s@gmail.com>",
"license": "BSD-2-Clause",
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^8.3.2"
},
"files": [
"prottle.js",
"prottle.d.ts"
],
"keywords": [
"promise",
"throttle",
"limit",
"promise.all",
"promises",
"browserify"
],
"repository": {
"type": "git",
"url": "https://github.com/zewish/prottle.git"
},
"bugs": {
"url": "https://github.com/zewish/prottle/issues"
},
"homepage": "https://github.com/zewish/prottle"
}