Last active
February 29, 2016 00:53
-
-
Save didierfranc/2d2d222c0b05a4389d0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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