mirror of
https://github.com/Hopiu/bleuguide.git
synced 2026-05-14 02:23:15 +00:00
24 lines
541 B
JSON
24 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"
|
||
|
|
}
|
||
|
|
}
|