{ "name": "darkness-check", "version": "0.1.0", "description": "Find out how many hours of darkness you are in for today.", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "https://github.com/sarahghp/darkness.git" }, "keywords": [], "author": "Sarah GHP ", "license": "ISC", "bugs": { "url": "https://github.com/sarahghp/darkness/issues" }, "homepage": "", "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }