UNPKG

2.26 kBJSONView Raw
1{
2 "name": "endo-core",
3 "version": "14.12.0",
4 "description": "Put some description here",
5 "keywords": [],
6 "homepage": "https://github.com/octoblu/endo-core",
7 "bugs": "https://github.com/octoblu/endo-core/issues",
8 "author": {
9 "name": "Octoblu",
10 "url": "https://github.com/octoblu"
11 },
12 "main": "index.js",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/octoblu/endo-core.git"
16 },
17 "scripts": {
18 "start": "node command.js",
19 "test": "mocha",
20 "coverage": "nyc npm test",
21 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
22 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
23 },
24 "devDependencies": {
25 "chai": "^3.5.0",
26 "coffee-script": "^1.10.0",
27 "mocha": "^2.4.5",
28 "mocha-multi": "^0.9.1",
29 "mocha-osx-reporter": "^0.1.2",
30 "mock-fs": "^3.11.0",
31 "moment": "^2.15.1",
32 "nyc": "^8.3.0",
33 "passport-strategy": "^1.0.0",
34 "request": "^2.66.0",
35 "server-destroy": "^1.0.1",
36 "shmock": "^0.7.2",
37 "sinon": "^1.17.4",
38 "sinon-chai": "^2.8.0",
39 "socket.io": "^1.5.0"
40 },
41 "dependencies": {
42 "@octoblu/connect-http-signature": "^0.1.3",
43 "body-parser": "^1.14.1",
44 "coffee-script": "^1.10.0",
45 "cookie-parser": "^1.4.1",
46 "cookie-session": "^2.0.0-alpha.1",
47 "cors": "^2.5.3",
48 "cson": "^3.0.2",
49 "debug": "^2.2.0",
50 "errorhandler": "^1.4.2",
51 "express": "^4.13.3",
52 "express-meshblu-auth": "^7.0.0",
53 "express-meshblu-healthcheck": "^1.0.1",
54 "express-package-version": "0.0.2",
55 "express-send-error": "^1.1.0",
56 "fetch-meshblu-public-key": "^1.1.0",
57 "jsonschema": "^1.1.0",
58 "lodash": "^4.11.1",
59 "meshblu-encryption": "^2.0.0",
60 "meshblu-firehose-socket.io": "^2.0.1",
61 "meshblu-http": "^8.1.0",
62 "moment": "^2.15.1",
63 "morgan": "^1.6.1",
64 "passport": "^0.3.2",
65 "passport-octoblu": "^2.0.1",
66 "serve-favicon": "^2.3.0",
67 "shmock": "^0.7.2"
68 },
69 "peerDependencies": {},
70 "engines": {
71 "node": ">=0.8.0",
72 "npm": ">=1.2.10"
73 },
74 "license": "MIT",
75 "nyc": {
76 "cache": true,
77 "reporter": [
78 "text-summary",
79 "lcov",
80 "json"
81 ],
82 "extension": [
83 ".coffee"
84 ]
85 }
86}