UNPKG

679 BJSONView Raw
1{
2 "name": "call-limit",
3 "version": "1.0.0",
4 "description": "Limit the number of simultaneous calls to an async function",
5 "main": "index.js",
6 "scripts": {
7 "prepublish": "babel call-limit.js --out-dir es5",
8 "test": "tap test/*.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/iarna/call-limit"
13 },
14 "author": "Rebecca Turner <me@re-becca.org>",
15 "license": "ISC",
16 "bugs": {
17 "url": "https://github.com/iarna/call-limit/issues"
18 },
19 "homepage": "https://npmjs.com/packages/call-limit",
20 "dependencies": {
21 },
22 "devDependencies": {
23 "babel": "^5.0.2",
24 "tap": "^1.0.0"
25 },
26 "engine": {
27 "node": ">=0.10.x"
28 }
29}