bleuguide/package.json
Dominic Bosch 4a0fbf5ac3 Grüschd
2015-03-24 22:45:58 +01:00

23 lines
541 B
JSON

{
"name": "bleuguide",
"version": "1.0.0",
"description": "Awesome",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dominicbosch/bleuguide.git"
},
"author": "Dominic Bosch",
"license": "MIT",
"bugs": {
"url": "https://github.com/dominicbosch/bleuguide/issues"
},
"homepage": "https://github.com/dominicbosch/bleuguide",
"dependencies": {
"express": "^4.12.3",
"socket.io": "^1.3.5"
}
}