{
  "name": "radioactive",
  "version": "1.6.0",
  "description": "",
  "main": "dist/radioactive.js",
  "scripts": {
    "test": "make test",
    "watch": "./node_modules/coffee-script/bin/coffee -cw -o ./dist ./src",
    "build": "sh ./build.sh",
    "clean": "rm dist/*.js",
    "prepublish": "npm run build"
  },
  "author": "aldo.bucchi@gmail.com",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "~1.7.1",
    "mocha": "~1.21.4",
    "chai": "~1.9.1",
    "ut": "0.0.1",
    "rx": "~2.3.11",
    "uglify-js": "~2.4.15",
    "q": "~1.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/radioactive/radioactive.git"
  }
}
