bleuguide/package.json

24 lines
541 B
JSON
Raw Permalink Normal View History

2015-03-24 21:45:58 +00:00
{
"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"
}
}