UNPKG

greeting

Version:
50 lines (49 loc) 1.08 kB
{ "name": "greeting", "version": "1.0.6", "description": "Different ways to say hello.", "main": "index.js", "bin": { "greeting": "cli.js" }, "files": [ "index.js", "cli.js", "greetings.json" ], "directories": { "test": "test" }, "dependencies": { "meow": "^3.0.0", "unique-random-array": "^1.0.0" }, "devDependencies": { "coveralls": "^2.11.4", "faucet": "0.0.1", "istanbul": "^0.3.19", "standard": "^5.2.1", "tape": "^4.2.0" }, "scripts": { "test": "node test | faucet", "posttest": "standard *.js text/*.js", "test-cov": "standard *.js text/*.js && istanbul cover test" }, "repository": { "type": "git", "url": "https://github.com/chrisbuttery/greeting.git" }, "keywords": [ "greetings", "greeting", "hello", "hi" ], "author": "Chris Buttery <info@chrisbuttery.com> (http://www.chrisbuttery.com)", "bugs": { "url": "https://github.com/chrisbuttery/greeting/issues" }, "homepage": "https://github.com/chrisbuttery/greeting", "license": "MIT" }