{
  "bin": "./build/bin.js",
  "dependencies": {
    "react": "0.14.7"
  },
  "description": "Ninja React Components",
  "devDependencies": {
    "babel-core": "^6.6.0",
    "babel-eslint": "^5.0.0",
    "babel-loader": "^6.2.4",
    "babel-polyfill": "^6.6.1",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-tape-runner": "^2.0.1",
    "eslint": "^2.2.0",
    "eslint-config-ninja": "^1.2.1",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-react": "^4.1.0",
    "hapi": "^13.0.0",
    "hapi-webpack-plugin": "^1.3.0",
    "node-dev": "^3.1.0",
    "radium": "^0.16.6",
    "react-addons-test-utils": "^0.14.7",
    "react-document-meta": "^2.0.2",
    "react-dom": "^0.14.7",
    "react-redux": "^4.4.0",
    "react-router": "^2.0.0",
    "redux": "^3.3.1",
    "redux-form": "^4.2.0",
    "shigoto": "^1.0.4",
    "tap-spec": "^4.1.1",
    "tape": "^4.4.0",
    "webpack": "^1.12.14"
  },
  "license": "Apache-2.0",
  "main": "build",
  "name": "ninja",
  "repository": {
    "type": "git",
    "url": "git://github.com/ninja/ninja"
  },
  "scripts": {
    "build": "node scripts/build",
    "lint": "eslint .",
    "ls": "npm ls --depth 0",
    "outdated": "npm outdated --depth 0",
    "prebuild": "npm test",
    "prepublish": "npm run build",
    "pretest": "npm run lint",
    "start": "NODE_PATH=src node-dev examples/server",
    "test": "NODE_PATH=src babel-tape-runner test/**/*.js | tap-spec"
  },
  "scriptsInfo": {
    "build": "Transpiles source files to ECMAScript 5 before publishing.",
    "lint": "Verifies source code meets syntax/style rules.",
    "ls": "Lists dependencies (top-level).",
    "outdated": "Lists outdated dependencies (top-level).",
    "start": "Starts hapi server with examples.",
    "start:express": "Starts express server with examples.",
    "start:hapi": "Starts hapi server with examples.",
    "test": "Runs all tests."
  },
  "version": "3.0.8"
}
