Last active
November 7, 2018 18:24
-
-
Save nairihar/df7757bd1bfb2f9a268c21ce543282d9 to your computer and use it in GitHub Desktop.
Running across NPM
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": "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