| { | |
| "author": "moos", | |
| "bugs": { | |
| "url": "https://github.com/moos/nicejob/issues" | |
| }, | |
| "description": "Generate a \"nice job\" phrase, or not!", | |
| "homepage": "https://github.com/moos/nicejob#readme", | |
| "keywords": [ | |
| "compliment", | |
| "nice", | |
| "job", | |
| "motivate" | |
| ], | |
| "license": "MIT", | |
| "main": "lib/index.js", | |
| "name": "nicejob", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/moos/nicejob.git" | |
| }, | |
| "scripts": { | |
| "test": "node test/test.js" | |
| }, | |
| "version": "1.0.1" | |
| } |