UNPKG

655 BJSONView Raw
1{
2 "name": "are-we-there-yet",
3 "version": "1.0.4",
4 "description": "Keep track of the overall completion of many dispirate processes",
5 "main": "index.js",
6 "scripts": {
7 "test": "tap test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/iarna/are-we-there-yet.git"
12 },
13 "author": "Rebecca Turner (http://re-becca.org)",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/iarna/are-we-there-yet/issues"
17 },
18 "homepage": "https://github.com/iarna/are-we-there-yet",
19 "devDependencies": {
20 "tap": "^0.4.13"
21 },
22 "dependencies": {
23 "delegates": "^0.1.0",
24 "readable-stream": "^1.1.13"
25 }
26}