forked from octoblu/endo-podio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.01 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
{
"name": "endo-podio",
"version": "1.1.7",
"description": "Put some description here",
"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": {
"chai": "^3.5.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"mocha-istanbul": "^0.2.0",
"passport-strategy": "^1.0.0",
"request": "^2.66.0",
"@octoblu/shmock": "^0.7.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"nyc": "^8.3.0",
"mocha-osx-reporter": "^0.1.2",
"mocha-multi": "^0.9.1"
},
"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": "^15.0.1",
"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",
"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"
]
}
}