Files
cubewaves/package.json
2018-07-11 17:56:41 +02:00

24 lines
506 B
JSON

{
"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"
}
}