forked from fengyaogit123/browser-device-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 959 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 959 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
{
"name": "@mathx/browser-device",
"version": "1.0.15",
"description": "@mathx/browser-device 是一个轻量级获取浏览器和手机信息的库",
"main": "./lib/device.js",
"scripts": {
"test": "",
"start": "npm run build",
"build": "webpack --config webpack.config.js --colors --mode production",
"dev": "webpack-dev-server --open --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/mathxlee/browser-device.git"
},
"keywords": [
"device",
"browser",
"browser-device-js",
"@mathx/browser-device"
],
"author": "math.lee@qq.com",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {}
}