{
  "name": "syncify",
  "version": "1.2.1",
  "description": "A radically simpler way to deal with asynchronous functions in javascript",
  "author": "Aldo Bucchi <aldo.bucchi@gmail.com>",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "build": "node_modules/coffee-script/bin/coffee -o lib -c src/*.coffee",
    "watch": "node_modules/coffee-script/bin/coffee -w -o lib -c src/*.coffee",
    "prepublish": "npm run build"
  },
  "devDependencies": {
    "mocha": "~1.9.0",
    "chai": "~1.5.0",
    "coffee-script": "~1.6.3",
    "browserify": "~2.34.0",
    "uglify-js": "~2.4.0"
  },
  "repository": {
    "type": "https://github.com/aldonline/syncify.git"
  },
  "dependencies": {
    "reactivity": "~2.3.2",
    "refmap": "0.0.3",
    "stackval": "0.2.1"
  },
  "bugs": {
    "url": "https://github.com/aldonline/syncify/issues"
  },
  "keywords": [
    "async",
    "callback",
    "thread",
    "fiber",
    "fibers",
    "syncify",
    "future",
    "promise"
  ]
}
