UNPKG

hello_npm_egorgl

Version:

Hello, Node.js and npm!

22 lines (21 loc) 427 B
{ "name": "hello_npm_egorgl", "version": "2.2.8", "description": "Hello, Node.js and npm!", "main": "server.js", "scripts": { "test": "echo Hello, Node.js and npm! It's a test!", "start": "start bin\\hello_npm_egorgl" }, "bin": { "hello_npm_egorgl": "bin\\hello_npm_egorgl_start" }, "keywords": [ "js", "helloworld", "nodejs", "npm" ], "author": "EgorGL", "license": "ISC" }