-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
81 lines (81 loc) · 2.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "endo-podio",
"version": "1.2.7",
"description": "Octoblu Endo for Podio",
"keywords": [],
"homepage": "https://github.com/octoblu/endo-podio",
"bugs": "https://github.com/octoblu/endo-podio/issues",
"author": {
"name": "Octoblu",
"url": "https://github.com/octoblu"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/octoblu/endo-podio.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": {
"@octoblu/shmock": "^0.9.1",
"chai": "^4.0.2",
"istanbul": "^0.4.0",
"mocha": "^3.4.2",
"mocha-istanbul": "^0.3.0",
"mocha-multi": "^0.11.0",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^11.0.3",
"passport-strategy": "^1.0.0",
"request": "^2.66.0",
"sinon": "^2.3.5",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"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",
"debug": "^2.2.0",
"endo-core": "^18.2.5",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-meshblu-auth": "^5.0.0",
"express-meshblu-healthcheck": "^1.0.1",
"express-send-error": "^1.1.0",
"fs-cson": "^0.3.2",
"jsonschema": "^1.1.0",
"lodash": "^4.11.1",
"meshblu-config": "^4.0.0",
"meshblu-encryption": "^1.0.3",
"moment": "^2.18.1",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-octoblu": "^2.0.1",
"passport-podio": "0.0.3",
"passport-strategy": "^1.0.0",
"request": "^2.75.0"
},
"peerDependencies": {},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT",
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}