mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-10-29 09:30:18 +00:00
Init server
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user