Skip to content

Instantly share code, notes, and snippets.

@gurucharanmk
Created April 20, 2016 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurucharanmk/fcfdfb229694495ac7b0eaac3d7af9f5 to your computer and use it in GitHub Desktop.
Save gurucharanmk/fcfdfb229694495ac7b0eaac3d7af9f5 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",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"webpack": "^1.13.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment