Last active
August 29, 2015 14:10
-
-
Save brianleroux/eeef606dae6f6d85092a 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": "echo-string", | |
"main": "dist/index.js", | |
"scripts": { | |
"compile": "6to5 --modules commonInterop src --out-file dist/index.js", | |
"debug": "6to5 --source-maps-inline --modules commonInterop src --out-file dist/index.js", | |
"test": "npm run compile && 6to5-node test/test-echo.js | tap-spec" | |
}, | |
"devDependencies": { | |
"6to5": "^1.14.5", | |
"tap-spec": "^2.1.0", | |
"tape": "^3.0.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment