UNPKG

hello-world-npm

Version:
28 lines (27 loc) 628 B
{ "name": "hello-world-npm", "version": "1.1.1", "description": "Hello World NPM example", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rms1000watt/hello-world-npm.git" }, "keywords": [ "hello", "world", "hello-world" ], "bin": { "hello-world-npm": "./bin.js" }, "author": "Ryan Smith", "license": "MIT", "bugs": { "url": "https://github.com/rms1000watt/hello-world-npm/issues" }, "homepage": "https://github.com/rms1000watt/hello-world-npm#readme" }