{
  "name": "websocket-access-service",
  "version": "00.90.25",
  "description": "A non-traditional access service that leverages websockets to provide user authentication",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/darrylwest/websocket-access-service.git"
  },
  "scripts": {
    "test": "grunt testAll"
  },
  "keywords": [
    "authentication",
    "authorization",
    "message",
    "messaging",
    "websockets",
    "sockets",
    "pub/sub",
    "producer/consumer"
  ],
  "dependencies": {
    "background-service-runner": "^0.90.21",
    "faye": "^1.1.0",
    "lodash": "^3.0.0",
    "moment": "^2.8.4",
    "node-messaging-commons": "^0.90.35",
    "node-uuid": "^1.4.2",
    "simple-node-logger": "^0.92.14"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-clean": "~0.5.0",
    "jshint-stylish": "~0.1.3",
    "load-grunt-tasks": "~0.1.0",
    "time-grunt": "~0.1.1",
    "grunt-concurrent": "~0.3.0",
    "grunt-mocha-test": "~0.8.1",
    "grunt-nsp-package": "0.0.5",
    "mocha": "~1.16.2",
    "chai": "~1.8.1",
    "express-mocks-http": "0.0.11",
    "grunt-contrib-watch": "~0.5.3",
    "casual": "~1.4.5"
  },
  "author": "darryl.west@raincitysoftware.com",
  "license": "Apache 2.0",
  "homepage": "https://github.com/darrylwest/websocket-access-service"
}
