soccer
Version:
soccer game node.js api
24 lines (23 loc) • 457 B
JSON
{
"name": "soccer",
"version": "1.0.0",
"description": "soccer game node.js api",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/loulin/soccer"
},
"keywords": [
"soccer",
"football"
],
"author": "Lou, Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/loulin/soccer/issues"
},
"homepage": "https://github.com/loulin/soccer"
}