Last active
May 23, 2016 05:17
-
-
Save hellobrian/c5342d4943506d1e5604ab2b763f97c8 to your computer and use it in GitHub Desktop.
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": "npm-lifecycle-events", | |
"version": "1.0.0", | |
"main": "example.js", | |
"scripts": { | |
"build": "node example.js", | |
"dev": "node example.js", | |
"start": "node example.js" | |
}, | |
"author": "Brian Han", | |
"license": "MIT" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment