{
  "name": "dust-react-helper",
  "version": "2.0.0-beta1",
  "description": "Helper to render React component in DustJS template",
  "main": "helper.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test/helper_test.js",
    "benchmark": "./node_modules/.bin/matcha"
  },
  "author": "Ryan Dao",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryandao/dust-react-helper.git"
  },
  "dependencies": {
    "memoizee": "^0.3.8",
    "react": "^0.13.3"
  },
  "devDependencies": {
    "babel": "^5.8.20",
    "dustjs-linkedin": "^2.7.1",
    "matcha": "^0.6.0",
    "mocha": "^2.2.5"
  }
}
