UNPKG

676 BJSONView Raw
1{
2 "name": "call-limit",
3 "version": "1.0.3",
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 "devDependencies": {
22 "babel": "^5.0.2",
23 "tap": "^1.0.0"
24 },
25 "engine": {
26 "node": ">=0.10.x"
27 }
28}