UNPKG

how-to-npm-test

Version:
28 lines (27 loc) 533 B
{ "name": "how-to-npm-test", "version": "1.0.1", "description": "How to NPM", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/rjma30/how-to-npm.git" }, "keywords": [ "How", "to", "NPM" ], "author": "RJ Angeles", "license": "ISC", "bugs": { "url": "https://github.com/rjma30/how-to-npm/issues" }, "homepage": "https://github.com/rjma30/how-to-npm#readme", "dependencies": { "once": "^1.3.2" } }