Skip to content

Instantly share code, notes, and snippets.

@johngarcia9110
Last active February 25, 2017 18:57
Show Gist options
  • Save johngarcia9110/b7e880a1534c756597fd70e129199d2d to your computer and use it in GitHub Desktop.
Save johngarcia9110/b7e880a1534c756597fd70e129199d2d to your computer and use it in GitHub Desktop.
{
"name": "es6",
"version": "1.0.0",
"description": "Learning ES6",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"babel": {
"presets": ["es2015"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/johngarcia9110/learning-es6.git"
},
"keywords": [],
"author": "John Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/johngarcia9110/learning-es6/issues"
},
"homepage": "https://github.com/johngarcia9110/learning-es6#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment