@chasecoding/easyfunctions
Version:
Some easy functions to show how to create an npm package and post it to the NPM Registry
16 lines (15 loc) • 381 B
JSON
{
"name": "@chasecoding/easyfunctions",
"version": "1.0.0",
"description": "Some easy functions to show how to create an npm package and post it to the NPM Registry",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"easyfunctions",
"chasecoding"
],
"author": "ChaseCoding",
"license": "ISC"
}