Skip to content

Instantly share code, notes, and snippets.

@EmmanuelObua
Created June 20, 2021 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmmanuelObua/c8d89d5eae5ff29885bff76a350d7e75 to your computer and use it in GitHub Desktop.
Save EmmanuelObua/c8d89d5eae5ff29885bff76a350d7e75 to your computer and use it in GitHub Desktop.
Package json file for uploading to NPM
{
"name": "customised-jquery-obuae",
"version": "1.0.0",
"description": "This is a customised jquery library with extra features for manipulating the DOM elements",
"main": "jQueryClone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learningdollars/emmanuelo-vanilla-build-jquery.git"
},
"keywords": ["jQuery","JavaScript"],
"author": "EmmanuelObua",
"license": "ISC",
"bugs": {
"url": "https://github.com/learningdollars/emmanuelo-vanilla-build-jquery/issues"
},
"homepage": "https://github.com/learningdollars/emmanuelo-vanilla-build-jquery#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment