-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 775 Bytes
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
{
"name": "check-referrer",
"version": "0.0.7",
"description": "middleware for routing requests based on referrer",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1",
"supertest": "^0.12.1",
"express": "^4.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/heftybyte/check-referrer.git"
},
"keywords": [
"referrer",
"block referrer",
"redirect",
"redirect referrer"
],
"author": "esco <esco@hbyte.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/heftybyte/check-referrer/issues"
},
"homepage": "https://github.com/heftybyte/check-referrer"
}