UNPKG

2.28 kBJSONView Raw
1{
2 "name": "endo-core",
3 "version": "16.0.2",
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 "fs-cson": "^0.3.2",
28 "mocha": "^2.4.5",
29 "mocha-multi": "^0.9.1",
30 "mocha-osx-reporter": "^0.1.2",
31 "mock-fs": "^3.11.0",
32 "moment": "^2.15.1",
33 "nyc": "^8.3.0",
34 "passport-strategy": "^1.0.0",
35 "request": "^2.66.0",
36 "server-destroy": "^1.0.1",
37 "shmock": "^0.7.2",
38 "sinon": "^1.17.4",
39 "sinon-chai": "^2.8.0",
40 "socket.io": "^1.5.0"
41 },
42 "dependencies": {
43 "@octoblu/connect-http-signature": "^0.1.3",
44 "body-parser": "^1.14.1",
45 "coffee-script": "^1.10.0",
46 "cookie-parser": "^1.4.1",
47 "cookie-session": "^2.0.0-alpha.1",
48 "cors": "^2.5.3",
49 "cson": "^3.0.2",
50 "debug": "^2.2.0",
51 "errorhandler": "^1.4.2",
52 "express": "^4.13.3",
53 "express-meshblu-auth": "^7.0.0",
54 "express-meshblu-healthcheck": "^1.0.1",
55 "express-package-version": "0.0.2",
56 "express-send-error": "^1.1.0",
57 "fetch-meshblu-public-key": "^1.1.0",
58 "jsonschema": "^1.1.1",
59 "lodash": "^4.11.1",
60 "meshblu-encryption": "^2.0.0",
61 "meshblu-firehose-socket.io": "^2.0.1",
62 "meshblu-http": "^8.1.0",
63 "moment": "^2.15.1",
64 "morgan": "^1.6.1",
65 "passport": "^0.3.2",
66 "passport-octoblu": "^2.0.1",
67 "serve-favicon": "^2.3.0",
68 "shmock": "^0.7.2"
69 },
70 "peerDependencies": {},
71 "engines": {
72 "node": ">=0.8.0",
73 "npm": ">=1.2.10"
74 },
75 "license": "MIT",
76 "nyc": {
77 "cache": true,
78 "reporter": [
79 "text-summary",
80 "lcov",
81 "json"
82 ],
83 "extension": [
84 ".coffee"
85 ]
86 }
87}