{ "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.21", "express": "^4.16.3", "jquery": "^3.3.1", "morgan": "^1.9.0", "rotating-file-stream": "^1.3.6", "tplink-lightbulb": "^1.4.2" } }