thaw-carrots/package.json
Swizec Teller a84ed95989 1.0.1
2018-10-11 00:19:18 -07:00

38 lines
978 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",
"prime-number": "^0.2.2",
"single-line-log": "^1.1.2",
"sleep": "^5.2.3",
"systeminformation": "^3.45.7"
},
"bin": {
"thaw-carrots": "index.js"
}
}