{
  "name": "tart-adapter",
  "version": "0.1.1",
  "description": "Adapter turning synchronous functions into asynchronous Tart actors",
  "scripts": {
    "inject-examples": "node scripts/injectExamples.js",
    "readme": "node examples/readme.js",
    "test": "node scripts/test.js"
  },
  "main": "index.js",
  "devDependencies": {
    "nodeunit": "0.8.x",
    "tart": "0.2.x",
    "tart-stepping": "0.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:tristanls/tart-adapter.git"
  },
  "keywords": [
    "tart",
    "adapter",
    "actor"
  ],
  "contributors": [
    "Dale Schumacher <dale.schumacher@gmail.com>",
    "Tristan Slominski <tristan.slominski@gmail.com>"
  ],
  "license": "MIT"
}
