thaw-carrots/package.json

37 lines
944 B
JSON
Raw Permalink Normal View History

{
"name": "thaw-carrots",
2018-10-11 07:19:18 +00:00
"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",
2018-10-12 15:38:51 +00:00
"osx-temperature-sensor": "^1.0.3",
"single-line-log": "^1.1.2",
"sleep": "^5.2.3",
"systeminformation": "^3.45.7"
2018-10-11 06:52:54 +00:00
},
"bin": {
"thaw-carrots": "index.js"
}
}