{
  "name": "async-test-tools",
  "version": "1.0.7",
  "description": "Set of simple helpers for testing TS/JS asynchronous code",
  "main": "./lib/async-test-tools.js",
  "browser": "./browser/async-test-tools.js",
  "types": "./lib/async-test-tools.d.ts",
  "scripts": {
    "prepublish": "./node_modules/typescript/bin/tsc && node_modules/babel-cli/bin/babel.js lib --out-dir browser",
    "test": "./node_modules/mocha/bin/mocha -r ts-node/register test/*ts"
  },
  "author": "Sergei Chertkov",
  "license": "ISC",
  "devDependencies": {
    "@types/async": "^2.0.34",
    "@types/chai": "^3.4.34",
    "@types/chai-as-promised": "0.0.29",
    "@types/mocha": "^2.2.33",
    "@types/node": "7.0.5",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "mocha": "^3.2.0",
    "ts-node": "^2.1.0",
    "typescript": "^2.0.10"
  },
  "dependencies": {
    "async": "^2.1.4"
  }
}
