Skip to content

Instantly share code, notes, and snippets.

@nairihar
Last active November 7, 2018 18:24
Show Gist options
  • Save nairihar/df7757bd1bfb2f9a268c21ce543282d9 to your computer and use it in GitHub Desktop.
Save nairihar/df7757bd1bfb2f9a268c21ce543282d9 to your computer and use it in GitHub Desktop.
Running across NPM
{
"name": "library-like-lodash-for-article",
"version": "1.0.0",
"description": "My custom library for article.",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Nairi Haroutiounian",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment