Skip to content

Instantly share code, notes, and snippets.

@hellobrian
Last active May 23, 2016 05:17
Show Gist options
  • Save hellobrian/c5342d4943506d1e5604ab2b763f97c8 to your computer and use it in GitHub Desktop.
Save hellobrian/c5342d4943506d1e5604ab2b763f97c8 to your computer and use it in GitHub Desktop.
{
"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