thaw-carrots/package.json
2018-10-12 17:38:51 +02:00

37 lines
944 B
JSON

{
"name": "thaw-carrots",
"version": "1.0.1",
"description": "Thaw carrots by warming up your laptop to a specific temperature",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swizec/thaw-carrots.git"
},
"keywords": [
"node",
"cpu",
"cli",
"temperature"
],
"author": "Swizec Teller",
"license": "MIT",
"bugs": {
"url": "https://github.com/Swizec/thaw-carrots/issues"
},
"homepage": "https://github.com/Swizec/thaw-carrots#readme",
"dependencies": {
"kleur": "^2.0.2",
"mri": "^1.1.1",
"osx-temperature-sensor": "^1.0.3",
"single-line-log": "^1.1.2",
"sleep": "^5.2.3",
"systeminformation": "^3.45.7"
},
"bin": {
"thaw-carrots": "index.js"
}
}