Skip to content
Snippets Groups Projects
Commit 8b6ffb67 authored by Jonas Blumer's avatar Jonas Blumer
Browse files

fixed package.json

parent 372b64e6
No related branches found
No related tags found
No related merge requests found
{
"name": "timbermun",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "~2.5.8",
"ejs": "~0.7.1",
"socket.io": "~0.9.6"
"name": "timbermun",
"version": "0.0.1",
"description": "good internet games",
"main": "app.js",
"dependencies": {
"socket.io": "~1.3.7",
"express": "~4.13.3"
},
"engines": {
"node": "0.10.x"
}
}
\ No newline at end of file
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://jonasblumer@bitbucket.org/jonasblumer/timbermun.git"
},
"author": "Joni",
"license": "best one available"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment