mirror of
https://github.com/Hopiu/bleuguide.git
synced 2026-03-17 01:30:23 +00:00
23 lines
541 B
JSON
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"
|
|
}
|
|
}
|