-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 916 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
{
"name": "mobile-device-detect",
"version": "0.4.3",
"description": "Helpers for handling mobile devices",
"main": "dist/index.js",
"typings": "./index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/duskload/mobile-device-detect/"
},
"keywords": [
"useragent",
"mobile",
"phone",
"tablet",
"detect",
"device",
"browser",
"smart-tv",
"smarttv",
"version",
"model",
"console"
],
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Michael Laktionov",
"email": "[email protected]"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"ua-parser-js": "^0.7.17",
"webpack": "^3.7.1"
}
}