Skip to content

Instantly share code, notes, and snippets.

@gurucharanmk
Created April 20, 2016 13:37
Show Gist options
  • Save gurucharanmk/ffee4cff4d61ddc981ff4c14a2f5b82e to your computer and use it in GitHub Desktop.
Save gurucharanmk/ffee4cff4d61ddc981ff4c14a2f5b82e to your computer and use it in GitHub Desktop.
{
"name": "ecmascript-6-beginner-guide",
"version": "1.0.0",
"description": "Demo on setting develop environment setup for \"ECMAScript 6: Beginner Guide\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ECMAScript6",
"Webpack",
"NodeJs",
"Babel"
],
"author": "Gurucharan MK",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment