-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1006 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1006 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
36
37
38
39
40
41
42
43
{
"name": "ua_parser",
"description": "check browser and browser's version from userAgent",
"version": "1.2.9",
"author": {
"name": "Dong-il Kim",
"email": "east715@gmail.com",
"url": "https://github.com/html5crew/ua_parser"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jasmine": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2"
},
"keywords": [
"ua",
"browser",
"detect",
"userAgent",
"parse",
"ua_parser"
],
"repository": {
"url": "git@github.com:html5crew/ua_parser.git",
"type": "git"
},
"main": "src/js/ua_parser.js",
"engines": {
"node": ">= 6.0"
},
"scripts": {
"test": "node test.js",
"build": "node build.js",
"start": "node server.js"
},
"license": "MIT",
"copyright": "HTML5 Tech. Team in Daum Communications Corp."
}