{
  "name": "rise-framework",
  "version": "0.0.2",
  "description": "Rise Framework",
  "engines": {
    "node": ">=4.3"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha 'test/**/*_test.js'",
    "lint": "./node_modules/.bin/eslint 'src/**/*.js' 'test/**/*.js'",
    "jsdoc": "./node_modules/.bin/jsdoc -c .jsdoc.conf.json -t ./node_modules/ink-docstrap/template -R README.md -r ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rise-cloud/rise.git"
  },
  "author": {
    "name": "Peter Jihoon Kim",
    "email": "raingrove@gmail.com",
    "web": "https://pete.kim.cloud/"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rise-cloud/rise/issues"
  },
  "homepage": "https://github.com/rise-cloud/rise#readme",
  "devDependencies": {
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "cookie-parser": "^1.4.3",
    "eslint": "^3.6.1",
    "ink-docstrap": "^1.3.0",
    "jsdoc": "^3.4.1",
    "mocha": "^3.1.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "cookie": "^0.3.1",
    "cookie-signature": "^1.0.6",
    "encodeurl": "^1.0.1",
    "qs": "^6.2.1"
  }
}
