Init server

This commit is contained in:
2018-07-11 17:56:41 +02:00
commit 49696fbdc8
3 changed files with 349 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "cubewaves",
"version": "1.0.0",
"description": "Visual art in js",
"main": "server.js",
"dependencies": {
"express": "^4.14.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/KevinMidboe/cubewaves.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KevinMidboe/cubewaves/issues"
}
}