FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nodejs-referer-parser/package.json at develop · snowplow-referer-parser/nodejs-referer-parser · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
snowplow-referer-parser
/
nodejs-referer-parser
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
15
Code
Issues
7
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nodejs-referer-parser
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 551 Bytes
Breadcrumbs
nodejs-referer-parser
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 551 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
referer-parser
"
,
"version"
:
"
0.0.4
"
,
"description"
:
"
library for extracting marketing attribution data (such as search terms) from referrer URLs
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
make test
"
},
"repository"
:
"
"
,
"author"
:
"
Martin Katrenik <martin.katrenik@gmail.com>
"
,
"licenses"
: [
{
"type"
:
"
Apache License, Version 2.0
"
,
"url"
:
"
http://www.apache.org/licenses/LICENSE-2.0.html
"
}
],
"dependencies"
: {
"js-yaml"
:
"
~2.1.0
"
},
"devDependencies"
: {
"mocha"
:
"
~1.12.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL