node-spirit
Version:
Node module to interact with Spirit
24 lines (23 loc) • 533 B
JSON
{
"name": "node-spirit",
"version": "1.0.0",
"description": "Node module to interact with Spirit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tjhorner/node-spirit"
},
"keywords": [
"spirit",
"game-client"
],
"author": "TJ Horner",
"license": "ISC",
"bugs": {
"url": "https://github.com/tjhorner/node-spirit/issues"
},
"homepage": "https://github.com/tjhorner/node-spirit"
}