Skip to content

Instantly share code, notes, and snippets.

@appcoreopc
Created February 3, 2016 09:15
Show Gist options
  • Save appcoreopc/a6b59dda0830843d9d0c to your computer and use it in GitHub Desktop.
Save appcoreopc/a6b59dda0830843d9d0c to your computer and use it in GitHub Desktop.
{
"name": "testjs",
"version": "1.0.0",
"description": "test framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"express": "^4.13.4"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment