{
  "name": "react-script",
  "version": "2.0.5",
  "description": "Elegant DSL for React",
  "keywords": [
    "React",
    "react",
    "DSL",
    "dsl",
    "markup",
    "hyper-script",
    "hyperscript",
    "CoffeeScript",
    "coffeescript",
    "coffee-script"
  ],
  "author": {
    "name": "Isaiah Odhner",
    "url": "http://1j01.github.io/"
  },
  "license": "MIT",
  "homepage": "http://github.com/1j01/react-script/",
  "bugs": {
    "url": "https://github.com/1j01/react-script/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/1j01/react-script.git"
  },
  "main": "./lib/react-script.js",
  "devDependencies": {
    "coffee-script": "~1.9.0",
    "js-beautify": "^1.5.5",
    "mocha": "^2.2.1",
    "react": "^0.13.1"
  },
  "scripts": {
    "prepublish": "coffee -c -o lib/ react-script.coffee",
    "test": "mocha --compilers coffee:coffee-script/register --require spec/helpers spec/tests/*"
  }
}
