seff-hworld
Version:
First NPM hello world package
19 lines (18 loc) • 381 B
JSON
{
"name": "seff-hworld",
"version": "2.0.0",
"description": "First NPM hello world package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"my",
"module"
],
"author": "seffendi <autobot00@gmail.com> (http://www.npmjs.com)",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2"
}
}