{
  "name": "demobox",
  "version": "1.3.2",
  "description": "Demo Page Generator & Live Editor Component",
  "main": "index.js",
  "bin": "./bin/demobox",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "make build less"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaredly/demobox.git"
  },
  "keywords": [
    "react",
    "demo"
  ],
  "author": "Jared Forsyth <jared@jaredforsyth.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaredly/demobox/issues"
  },
  "homepage": "https://github.com/jaredly/demobox",
  "dependencies": {
    "commander": "^2.6.0",
    "deepcopy": "^0.4.0",
    "highlight.js": "^8.4.0",
    "marked": "^0.3.2",
    "yamlish": "0.0.6",
    "jstransform": "^8.2.0",
    "reactify": "^0.17.1",
    "react": "^0.12.2"
  },
  "devDependencies": {
    "commander": "^2.6.0"
  }
}
