gw2interface
Version:
Guild Wars 2 API
34 lines (33 loc) • 731 B
JSON
{
"name": "gw2interface",
"version": "0.0.3",
"description": "Guild Wars 2 API",
"main": "lib/gw2interface.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "coffee -bco lib src"
},
"author": "MikeMatrix",
"license": "ISC",
"devDependencies": {
"coffee-script": "^1.8.0"
},
"dependencies": {
"q": "^1.0.1",
"request": "^2.47.0"
},
"repository": {
"type": "git",
"url": "git@github.com:MikeMatrix/gw2interface.git"
},
"keywords": [
"GW2",
"Guild Wars",
"Guild Wars 2",
"API"
],
"bugs": {
"url": "https://github.com/MikeMatrix/gw2interface/issues"
},
"homepage": "https://github.com/MikeMatrix/gw2interface"
}