UNPKG

721 BJSONView Raw
1{
2 "name": "express-enforces-ssl",
3 "version": "1.1.0",
4 "description": "Enforces SSL for node.js express projects",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/aredo/express-enforces-ssl"
12 },
13 "keywords": [
14 "express",
15 "expressjs",
16 "ssl",
17 "enforces",
18 "enforces-ssl",
19 "http",
20 "https",
21 "redirect"
22 ],
23 "author": "Hengki Sihombing <hengki.sihombing@gmail.com> (http://twitter.com/hengkiardo)",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/aredo/express-enforces-ssl/issues"
27 },
28 "homepage": "https://github.com/aredo/express-enforces-ssl"
29}