UNPKG

greetings

Version:
37 lines (36 loc) 611 B
{ "name": "greetings", "version": "1.0.0", "description": "Get a random greeting", "license": "MIT", "repository": "alonalon/Greetings", "author": { "name": "alonalon", "email": "aronhafner@gmail.com", "url": "github.com/alonalon" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "greetings.json" ], "keywords": [ "greetings", "hello", "hi", "salute", "welcome" ], "dependencies": { "unique-random-array": "^1.0.0" }, "devDependencies": { "ava": "*", "xo": "*" } }