Last active
March 28, 2019 07:51
-
-
Save DynamiteC/302d862c6a82acda04ced665efc949a3 to your computer and use it in GitHub Desktop.
Just a Package JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "abcd", | |
"version": "1.0.0", | |
"description": "ab cd", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
}, | |
"keywords": [ | |
"youtube", | |
"downloader", | |
"mp4", | |
"webm", | |
"converter", | |
"node", | |
"js", | |
"freecodecamp", | |
"localhost" | |
], | |
"author": "[email protected]", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment