UNPKG

endo-core

Version:
88 lines (87 loc) 2.28 kB
{ "name": "endo-core", "version": "16.0.1", "description": "Put some description here", "keywords": [], "homepage": "https://github.com/octoblu/endo-core", "bugs": "https://github.com/octoblu/endo-core/issues", "author": { "name": "Octoblu", "url": "https://github.com/octoblu" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/octoblu/endo-core.git" }, "scripts": { "start": "node command.js", "test": "mocha", "coverage": "nyc npm test", "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json", "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-" }, "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.10.0", "fs-cson": "^0.3.2", "mocha": "^2.4.5", "mocha-multi": "^0.9.1", "mocha-osx-reporter": "^0.1.2", "mock-fs": "^3.11.0", "moment": "^2.15.1", "nyc": "^8.3.0", "passport-strategy": "^1.0.0", "request": "^2.66.0", "server-destroy": "^1.0.1", "shmock": "^0.7.2", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "socket.io": "^1.5.0" }, "dependencies": { "@octoblu/connect-http-signature": "^0.1.3", "body-parser": "^1.14.1", "coffee-script": "^1.10.0", "cookie-parser": "^1.4.1", "cookie-session": "^2.0.0-alpha.1", "cors": "^2.5.3", "cson": "^3.0.2", "debug": "^2.2.0", "errorhandler": "^1.4.2", "express": "^4.13.3", "express-meshblu-auth": "^7.0.0", "express-meshblu-healthcheck": "^1.0.1", "express-package-version": "0.0.2", "express-send-error": "^1.1.0", "fetch-meshblu-public-key": "^1.1.0", "jsonschema": "^1.1.1", "lodash": "^4.11.1", "meshblu-encryption": "^2.0.0", "meshblu-firehose-socket.io": "^2.0.1", "meshblu-http": "^8.1.0", "moment": "^2.15.1", "morgan": "^1.6.1", "passport": "^0.3.2", "passport-octoblu": "^2.0.1", "serve-favicon": "^2.3.0", "shmock": "^0.7.2" }, "peerDependencies": {}, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "license": "MIT", "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }