fuyao-web-utils
Version:
JavaScript常用工具库
26 lines (25 loc) • 572 B
JSON
{
"name": "fuyao-web-utils",
"version": "1.0.0",
"description": "JavaScript常用工具库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fuyao",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mingyang11/web-utils.git"
},
"keywords": [
"JavaScript"
],
"bugs": {
"url": "https://github.com/mingyang11/web-utils/issues"
},
"homepage": "https://github.com/mingyang11/web-utils#readme",
"publishConfig": {
"access": "public"
}
}