tada356
Version:
Creating first NPM custom package - example code
25 lines (24 loc) • 569 B
JSON
{
"name": "tada356",
"version": "1.0.0",
"description": "Creating first NPM custom package - example code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonabali/tada-npm-pkg.git"
},
"keywords": [
"text",
"tada",
"first"
],
"author": "@simonab",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonabali/tada-npm-pkg/issues"
},
"homepage": "https://github.com/simonabali/tada-npm-pkg#readme"
}