-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.09 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
{
"name": "custom-links",
"version": "0.3.0",
"description": "System for creating custom URLs",
"main": "index.js",
"scripts": {
"test": "./go test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbland/custom-links.git"
},
"keywords": [
"serverless"
],
"author": {
"name": "Mike Bland",
"email": "[email protected]",
"url": "https://mike-bland.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mbland/custom-links/issues"
},
"homepage": "https://github.com/mbland/custom-links#readme",
"devDependencies": {
"browserify": "^14.5.0",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chromedriver": "^2.38.2",
"codeclimate-test-reporter": "^0.4.1",
"coveralls": "^2.13.3",
"eslint": "^3.19.0",
"is-wsl": "^1.1.0",
"istanbul": "^0.4.5",
"istanbul-middleware": "^0.2.2",
"karma": "^1.7.1",
"karma-browserify": "^5.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-detect-browsers": "^2.3.2",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"live-server": "^1.2.0",
"mocha": "^3.5.3",
"mocha-chrome": "^1.1.0",
"mocha-phantomjs-core": "^2.1.1",
"nyc": "^10.3.2",
"phantomjs-prebuilt": "^2.1.16",
"selenium-webdriver": "^3.6.0",
"sinon": "^2.1.0",
"supertest": "^3.0.0",
"watchify": "^3.11.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^3.3.3",
"es6-promise": "^4.2.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"log": "^1.4.0",
"morgan": "^1.9.0",
"normalize.css": "^7.0.0",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"passport-openidconnect": "0.0.2",
"redis": "^2.7.1"
}
}