tplink-bulb-web/package.json
2024-07-30 08:25:30 +02:00

31 lines
984 B
JSON

{
"name": "tplink-bulb-web",
"version": "1.0.0",
"private": true,
"readme": "README.md",
"description": "TP-Link Bulb Web",
"main": "index.js",
"scripts": {
"install": "cp node_modules/jquery/dist/jquery.min.js public/assets/js/ && cp node_modules/bootstrap/dist/js/bootstrap.min.js public/assets/js/ && cp node_modules/bootstrap/dist/css/bootstrap.min.css public/assets/css/ && cp node_modules/bootstrap/dist/css/bootstrap.min.css.map public/assets/css/",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/manalejandro/tplink-bulb-web"
},
"bugs": {
"url": "https://gitlab.com/manalejandro/tplink-bulb-web/issues"
},
"author": "manalejandro@gmail.com",
"license": "MIT",
"dependencies": {
"bootstrap": "3.3.7",
"colorsys": "^1.0.22",
"express": "^4.19.2",
"jquery": "^3.7.1",
"morgan": "^1.10.0",
"rotating-file-stream": "^1.4.6",
"tplink-lightbulb": "^1.8.0"
}
}