UNPKG

npmtestexample

Version:

This is the example of npm

15 lines (14 loc) 289 B
{ "name": "npmtestexample", "version": "1.0.1", "description": "This is the example of npm", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "npm-example" ], "author": "Naresh Byredla", "license": "MIT" }