{
  "name": "async-compiler-runtime",
  "version": "1.0.18",
  "description": "Runtime library for async compiled javascript code",
  "main": "index.js",
  "scripts": {
    "test": "./runTest.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stonezhong/async-compiler-runtime"
  },
  "keywords": [
    "async",
    "function",
    "compiler"
  ],
  "author": "Stone Zhong <stonezhong@hotmail.com>",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "async-compiler": "^1.0.12",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "mocha": "^2.4.5",
    "shelljs": "^0.5.3"
  }
}
