crushyourfoes
Version:
A LotRO combat log parser
41 lines (40 loc) • 794 B
JSON
{
"name": "crushyourfoes",
"version": "1.0.2",
"description": "A LotRO combat log parser",
"homepage": "http://booyaa.github.io/CRUSHYOURFOES",
"main": "lib/CRUSHYOURFOES.js",
"bin": {
"cyf": "./bin/cyf.js"
},
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"tap": "^0.4.11"
},
"scripts": {
"test": "tap tests/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:booyaa/CRUSHYOURFOES.git"
},
"bug": {
"url": "https://github.com/booyaa/CRUSHYOURFOES/issues"
},
"keywords": [
"lotro",
"combat",
"gaming",
"mmo",
"mmorpg"
],
"author": {
"name": "booyaa",
"email": "booyaabooyaabooyaa@gmail.com",
"url": "http://booyaa.org"
},
"license": "Apache-2.0"
}