Created
June 11, 2019 17:10
-
-
Save sacgov/4c8891d11cf5573a031aa3d1d225db25 to your computer and use it in GitHub Desktop.
package.json
This file contains 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": "freecodecamp", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"start":"node app.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "sachin govind", | |
"license": "ISC" | |
} | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment