-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.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
{
"author": "Jeremy Battle <@complexcarb> (http://jeremybattle.com)",
"name": "express-force-ssl",
"description": "Force SSL on particular/all pages in Express",
"version": "0.3.2",
"scripts": {
"test": "mocha test"
},
"homepage": "http://github.com/battlejj/express-force-ssl",
"repository": {
"type": "git",
"url": "git://github.com/battlejj/express-force-ssl.git"
},
"contributors": [
{
"name": "Jeremy Battle",
"email": "[email protected]"
}
],
"keywords": [
"ssl",
"tls",
"https",
"express"
],
"dependencies": {
"lodash.assign": "^3.2.0"
},
"main": "index",
"bugs": {
"url": "http://github.com/battlejj/express-force-ssl/issues"
},
"engines": {
"node": ">=0.2.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/battlejj/express-force-ssl/raw/master/LICENSE"
}
],
"devDependencies": {
"body-parser": "^1.9.0",
"chai": "^1.9.1",
"express": "^4.9.4",
"mocha": "^1.21.4",
"request": "^2.44.0"
}
}