RackHD/on-wss

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "//": "Copyright 2017, Dell EMC, Inc.",
  "name": "on-wss",
  "version": "2.33.0",
  "description": "OnRack Http Server",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha $(find spec -name '*-spec.js') -R spec --require spec/helper.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RackHD/on-wss.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "cors": "^2.7.1",
    "express": "^4.14.0",
    "lodash.flattendeep": "^4.2.0",
    "on-core": "git+https://github.com/RackHD/on-core.git",
    "ws": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^2.0.0",
    "chai-as-promised": "^4.2.0",
    "coveralls": "^2.11.4",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-istanbul": "^2.3.1",
    "grunt-mocha-test": "^0.12.7",
    "istanbul": "^0.3.5",
    "jshint": "^2.5.11",
    "mocha": "^2.1.0",
    "sinon": "1.16.1",
    "sinon-as-promised": "^2.0.3",
    "sinon-chai": "^2.7.0",
    "supertest": "^0.15.0",
    "xunit-file": "0.0.6"
  }
}