2020-05-17 20:09:39 +02:00
|
|
|
{
|
|
|
|
"name": "wled",
|
2023-01-24 21:08:26 +01:00
|
|
|
"version": "0.14.0-b2",
|
2020-05-17 20:09:39 +02:00
|
|
|
"description": "Tools for WLED project",
|
|
|
|
"main": "tools/cdata.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "node tools/cdata.js",
|
|
|
|
"dev": "nodemon -e js,html,htm,css,png,jpg,gif,ico,js -w tools/ -w wled00/data/ -x node tools/cdata.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Aircoookie/WLED.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Aircoookie/WLED/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Aircoookie/WLED#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"clean-css": "^4.2.3",
|
2020-10-26 22:31:35 +01:00
|
|
|
"html-minifier-terser": "^5.1.1",
|
2020-05-17 20:09:39 +02:00
|
|
|
"inliner": "^1.13.1",
|
|
|
|
"nodemon": "^2.0.4",
|
|
|
|
"zlib": "^1.0.5"
|
|
|
|
}
|
|
|
|
}
|