{
  "name": "zazu",
  "version": "0.1.1",
  "description": "Zazu dashboard engine",
  "main": "index.js",
  "scripts": {
    "test": "mocha test",
    "start": "node server.js",
    "fixtures": "node ./loadFixtures.js",
    "watch": "nodemon server.js --watch server --watch node_modules/zazu-app-* --watch client --delay 0.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zazujs/zazu.git"
  },
  "author": [
    "Alexander Pinnecke <alexander.pinnecke@googlemail.com>",
    "Stefan Schult <stefan@schult.mobi>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zazujs/zazu/issues"
  },
  "homepage": "https://github.com/zazujs/zazu",
  "dependencies": {
    "accounting": "^0.4.1",
    "angular": "^1.4.4",
    "angular-cookies": "^1.4.4",
    "angular-load": "^0.3.0",
    "angular-moment": "^0.10.3",
    "angular-resource": "^1.4.4",
    "angular-socket-io": "^0.7.0",
    "angularjs-nvd3-directives": "angularjs-nvd3-directives/angularjs-nvd3-directives.git#v0.0.7",
    "async": "^0.9.2",
    "body-parser": "^1.13.3",
    "chalk": "^1.1.1",
    "cors": "^2.7.1",
    "css-element-queries": "0.3.0",
    "d3": "3.3.13",
    "debug": "^2.2.0",
    "es6-collections": "^0.5.4",
    "express": "^4.12.4",
    "express-subdomain-handler": "^0.1.0",
    "fs-extra": "^0.24.0",
    "google-material-color": "^1.2.6",
    "jsonfile": "^2.2.1",
    "jsonwebtoken": "^5.0.5",
    "lodash": "^3.9.3",
    "method-override": "^2.3.5",
    "moment": "^2.10.6",
    "nconf": "^0.7.1",
    "node-noop": "^1.0.0",
    "nvd3": "1.1.15",
    "oclazyload": "^1.0.4",
    "passport": "^0.3.0",
    "passport-jwt": "^1.1.1",
    "q": "^1.4.1",
    "replacestream": "^4.0.0",
    "sails.io.js": "balderdashy/sails.io.js",
    "shelljs": "^0.5.3",
    "socket.io": "^1.3.5",
    "socket.io-client": "^1.3.6",
    "socketio-jwt": "^4.3.1",
    "zazu-timon": "^0.10.0"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "nodemon": "^1.4.1",
    "sinon": "^1.17.2",
    "unexpected": "^10.3.1",
    "unexpected-sinon": "^9.0.4"
  }
}
