Created
December 31, 2017 14:58
-
-
Save niradler/06cba57d0de39f133ec6832d95c00443 to your computer and use it in GitHub Desktop.
This file contains 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": "project-name", | |
"version": "0.0.1", | |
"description": "baebl simple use", | |
"main": "dist/index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"build": "babel source --presets babel-preset-es2015 --out-dir dist", | |
"prepublish": "npm run build" | |
}, | |
"author": "Nir Adler", | |
"license": "MIT", | |
"devDependencies": { | |
"babel-cli": "^6.4.5", | |
"babel-preset-es2015": "^6.3.13" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment