{
  "name": "react-better-example",
  "version": "0.5.5",
  "main": "dist/app.js",
  "scripts": {
    "deps": "browserify -t babelify --extension=.jsx -u react -u react-dom --list",
    "build:js": "browserify -d -t babelify --extension=.jsx -u react -u react-dom -g global-react -o",
    "build:js:all": "ls js/entries |xargs -I {} npm run build:js dist/{} js/entries/{}",
    "build:css": "cp",
    "build:css:all": "ls css |xargs -I {} npm run build:css css/{} dist/{}",
    "build:html": "echo '{\"dist\":\".\",\"ts\"':$(date +%s)} |mustache -",
    "build:html:all": "ls html |xargs -I {} npm run build:html html/{} dist/{}",
    "build:html:cdn": "echo '{\"dist\":\".\",\"ts\"':$(date +%s)} |mustache -",
    "build:html:cdn:all": "ls html |xargs -I {} npm run build:html:cdn html/{} dist/{}",
    "build": "npm run copy && npm run build:js:all && npm run build:css:all && npm run build:html:all",
    "copy": "cp node_modules/global-react/global.react.js dist/",
    "uglify:js": "ls dist/*.js dist/*.jsx |grep -v global.react.js |xargs -I {} uglifyjs {} -cmo {}",
    "publish": "npm run build && npm run build:html:cdn:all && npm run uglify:js",
    "watch": "node gulpfile.js",
    "lint": "find js -name '*.jsx' |xargs jsxhint -c ~/.jshintrc",
    "clean": "rm -rf dist/*"
  },
  "repository": "github:wizawu/react-better-example",
  "keywords": [
    "react",
    "template",
    "example"
  ],
  "author": "wizawu",
  "license": "MIT",
  "devDependencies": {
    "babelify": "^6.3.0",
    "browserify-lite2": "latest",
    "global-react": "latest",
    "mustache-to-file": "latest",
    "node-watch": "^0.3.4",
    "uglify-js": "^2.4.24"
  },
  "dependencies": {
    "i18next-client": "^1.10.2",
    "mockxhr": "latest",
    "object-assign": "^4.0.1",
    "react-router": "1.0.0-rc3",
    "redux": "^3.0.2"
  }
}
