Skip to content

Instantly share code, notes, and snippets.

@DeskWOW
Last active March 10, 2016 19:54
Show Gist options
  • Save DeskWOW/2971ba6d22f35e25bc44 to your computer and use it in GitHub Desktop.
Save DeskWOW/2971ba6d22f35e25bc44 to your computer and use it in GitHub Desktop.
{
"name": "my_canvas_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.15.0",
"crypto-js": "^3.1.6",
"express": "^4.13.4"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"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