UNPKG

gw2nodemst

Version:

Guild Wars 2 JSON Api v2 Library for Node.js

36 lines (35 loc) 754 B
{ "name": "gw2nodemst", "version": "0.0.3", "author": "mstampfli", "description": "Guild Wars 2 JSON Api v2 Library for Node.js", "main": "./api", "repository": { "type": "git", "url": "git://github.com/mstampfli/GW2nodemst" }, "keywords": [ "guild wars 2", "guildwars2", "gw2" ], "dependencies": { "request": "2.21.0", "oauth": "^0.9.12" }, "engines": { "node": ">=0.10.7" }, "bugs": { "url": "https://github.com/mstampfli/GW2nodemst/issues" }, "homepage": "https://github.com/mstampfli/GW2nodemst", "_npmUser": { "name": "mstampfli", "email": "michi.stampfli@gmail.com" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "ISC" }