Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Last active August 29, 2015 14:10
Show Gist options
  • Save brianleroux/eeef606dae6f6d85092a to your computer and use it in GitHub Desktop.
Save brianleroux/eeef606dae6f6d85092a to your computer and use it in GitHub Desktop.
{
"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