Skip to content

Instantly share code, notes, and snippets.

@didierfranc
Last active February 29, 2016 00:53
Show Gist options
  • Save didierfranc/2d2d222c0b05a4389d0b to your computer and use it in GitHub Desktop.
Save didierfranc/2d2d222c0b05a4389d0b to your computer and use it in GitHub Desktop.
{
"name": "es6",
"version": "1.0.0",
"description": "My first ES6 project",
"main": "main.js",
"scripts": {
"build": "webpack --optimize-minimize && cp -r src/* cordova/www"
},
"author": "Didier Franc",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment