-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 951 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
{
"name": "mobile-usage",
"version": "0.1.0",
"description": "Analyze HTTP access logs and visualize statistics w/ focus on mobile usage",
"main": "index.js",
"repository": {
"type": "git",
"url": "github.com/hgoebl/mobile-usage"
},
"homepage": "https://github.com/hgoebl/mobile-usage/",
"keywords": [
"logfile",
"analyse",
"analyze",
"weblog",
"statistic",
"charts",
"useragent",
"mobile",
"phone",
"tablet",
"detect",
"device",
"browser",
"version"
],
"author": {
"name": "Heinrich Goebl",
"email": "hgoebl@goebl.com",
"url": "http://www.goebl.com/"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"mobile-detect": "*",
"optimist": "~0.6.0"
},
"devDependencies": {
"jshint": "*"
}
}