{
  "name": "frill",
  "version": "0.6.20",
  "description": "A flux + api application framework, using hapi and React.",
  "main": "bin/frill.js",
  "bin": {
    "frill": "./bin/frill.js"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha",
    "test-cov": "NODE_ENV=test $(npm bin)/istanbul cover _mocha",
    "code-climate": "$(npm bin)/codeclimate-test-reporter < ./coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frilljs/frill"
  },
  "keywords": [
    "Frill",
    "frill",
    "FrillJS",
    "frilljs",
    "isomorphic"
  ],
  "author": "nanopx",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frilljs/frill/issues"
  },
  "homepage": "https://github.com/frilljs/frill",
  "dependencies": {
    "chai": "^3.2.0",
    "chalk": "^1.1.1",
    "commander": "^2.8.1",
    "frill-generate": "0.0.22",
    "lodash": "^3.10.1",
    "minimist": "^1.1.3",
    "rc": "^1.1.1"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.0",
    "eslint": "^1.2.0",
    "istanbul": "^0.3.18",
    "jshint": "^2.8.0",
    "mocha": "^2.2.5"
  }
}
