Last active
November 19, 2015 14:32
-
-
Save Andyccs/1dd11e970c00641c1155 to your computer and use it in GitHub Desktop.
Medium post
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_first_try", | |
"version": "1.0.0", | |
"description": "", | |
"main": "main.js", | |
"dependencies": {}, | |
"devDependencies": { | |
"babel-core": "^5.8.22", | |
"grunt": "^0.4.5", | |
"grunt-babel": "^5.0.1" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment