-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.49 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@xslet/platform",
"version": "0.3.2",
"description": "Gets platform informations from browser's user agent.",
"main": "src/index.js",
"files": [
"src/",
"dist/"
],
"scripts": {
"build": "gulp",
"test": "gulp test",
"coverage": "nyc mocha test/*.test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xslet/platform.git"
},
"keywords": [
"web",
"browser",
"useragent",
"platform",
"xslet"
],
"author": "Takayuki Sato",
"license": "MIT",
"bugs": {
"url": "https://github.com/xslet/platform/issues"
},
"homepage": "https://github.com/xslet/platform#readme",
"devDependencies": {
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-fun-style": "^0.3.2",
"gulp-headerfooter": "^1.0.3",
"gulp-markdown": "^6.0.0",
"gulp-mocha": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-yaml": "^2.0.4",
"handlebars": ">=4.7.7",
"jsdom-browser": "^0.6.0",
"lodash": ">=4.17.21",
"lodash.template": ">=4.5.0",
"mem": "^9.0.1",
"mocha": "^9.1.0",
"nyc": "^15.1.0",
"semver": "^7.3.5",
"terser-webpack-plugin": "^5.1.4",
"vinyl-named": "^1.1.0",
"webpack": "^5.51.1",
"webpack-stream": "^6.1.2",
"yargs-parser": ">=20.2.9"
},
"dependencies": {}
}