-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 896 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
37
38
39
40
41
42
43
44
{
"name": "monkeys-referrer",
"version": "1.0.1",
"description": "Url referrer and campaign parsing utilities",
"author": "Melih Mucuk",
"engines": {
"node": ">= 0.8"
},
"main": "./index",
"repository": {
"type": "git",
"url": "git://github.com/melihmucuk/monkeys-referrer.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"underscore": "*",
"async": "*",
"tldextract": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/melihmucuk/monkeys-referrer/issues"
},
"homepage": "https://github.com/melihmucuk/monkeys-referrer#readme",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"keywords": [
"nodejs",
"referrer",
"headers",
"referrer",
"parsing",
"expressjs"
],
"license": "MIT"
}