29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"name": "fastbee-app",
|
|
"version": "1.0.0",
|
|
"description": "智能路灯",
|
|
"homepage": "https://ZYC.cn",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"jsencrypt": "^3.3.2",
|
|
"moment": "^2.30.1",
|
|
"mqtt": "^3.0.0",
|
|
"vue-i18n": "^9.13.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.wumei.live/ultimate/wumei-smart-app.git"
|
|
},
|
|
"keywords": [
|
|
"fastbee"
|
|
],
|
|
"author": "fastbee",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"code-inspector-plugin": "^0.20.7"
|
|
}
|
|
}
|