forked from florianheinemann/express-sslify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 Bytes
/
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
{
"name": "express-sslify",
"version": "1.1.0",
"description": "Enforces SSL for node.js express projects",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/florianheinemann/express-sslify.git"
},
"keywords": [
"express",
"node.js",
"node",
"ssl",
"sslify",
"http",
"redirect"
],
"author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/florian__h)",
"license": "MIT",
"bugs": {
"url": "https://github.com/florianheinemann/express-sslify/issues"
},
"homepage": "https://github.com/florianheinemann/express-sslify",
"devDependencies": {
"chai": "^3.0.0",
"express": "^4.13.1",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
}
}