Files
jobslink-user-clent/package.json

26 lines
654 B
JSON
Raw Normal View History

2024-02-02 14:44:30 +08:00
{
"name": "jobslink-user-clent",
"version": "1.0.0",
"description": "{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@192.168.22.101:clent/jobslink-user-clent.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"decimal.js": "^10.2.0",
"js-base64": "^2.4.9",
2024-04-15 15:30:10 +08:00
"js-md5": "^0.7.3",
"vue-jsonp": "^2.0.0"
2024-02-02 14:44:30 +08:00
}
}