{
  "name": "taunus",
  "description": "Micro Isomorphic MVC. Progressive Enhancement. Content-First. Single-Page Applications (that are also server-side rendered). Predictive Caching. Bring Your Own View Engine.",
  "version": "8.2.0",
  "homepage": "https://github.com/taunus/taunus",
  "authors": [
    "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/taunus/taunus.git"
  },
  "bugs": {
    "url": "https://github.com/taunus/taunus/issues"
  },
  "main": "lib/index.js",
  "browser": "browser/index.js",
  "bin": {
    "taunus": "bin/taunus"
  },
  "scripts": {
    "ci": "npm run lint && npm run test-server && npm run test-client-ci",
    "deploy": "npm version ${BUMP:-\"patch\"} && cat package.json | jq .version > version.json && git add version.json package.json && git commit -m \"Taunus release v$(cat package.json | jq -r .version)\" && npm publish && git push",
    "diagnose": "browserify . --full-paths | uglifyjs -m -c | discify --open & browserify . --full-paths | uglifyjs -m -c | gzip-size | pretty-bytes",
    "lint": "jshint . --reporter node_modules/jshint-stylish",
    "test": "npm run lint && npm run test-server && npm run test-client",
    "test-client": "browserify -e node_modules/es5-shim -p proxyquire-universal test/browser/*.js | testling",
    "test-client-ci": "zuul test/browser/*.js",
    "test-client-local": "zuul test/browser/*.js --local 8000 --open",
    "test-server": "tape test/lib/*.js | tap-diff"
  },
  "dependencies": {
    "accepts": "1.3.3",
    "aliasify": "2.1.0",
    "browserify": "13.3.0",
    "chalk": "1.1.3",
    "chokidar": "1.6.1",
    "contra": "1.9.4",
    "crossvent": "1.5.5",
    "glob": "7.1.1",
    "gradual": "1.0.7",
    "hash-sum": "1.0.2",
    "hget": "3.1.0",
    "lodash": "4.17.4",
    "minimist": "1.2.0",
    "mkdirp": "0.5.1",
    "omnibox": "1.0.0",
    "raf": "3.3.0",
    "ruta3": "2.0.1",
    "safeson": "1.0.0",
    "temporize": "1.0.0",
    "uglify-js": "2.7.5",
    "xhr": "2.3.3"
  },
  "devDependencies": {
    "disc": "1.3.2",
    "emoji-random": "0.1.2",
    "es5-shim": "4.5.9",
    "gzip-size-cli": "1.0.0",
    "jshint": "2.9.4",
    "jshint-stylish": "2.2.1",
    "pretty-bytes-cli": "2.0.0",
    "proxyquire": "1.7.10",
    "proxyquire-universal": "1.0.8",
    "sinon": "1.17.7",
    "tap-diff": "0.1.1",
    "tape": "4.6.3",
    "testling": "1.7.1",
    "zuul": "3.11.1"
  }
}
