gw2_api_miniwrapper
Version:
Guildwars 2 API Wrapper
44 lines (43 loc) • 882 B
JSON
{
"name": "gw2_api_miniwrapper",
"version": "2.1.6",
"description": "Guildwars 2 API Wrapper",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/mievstac/gw2_api_miniwrapper"
},
"url": "https://github.com/mievstac/gw2_api_miniwrapper",
"keywords": [
"guild",
"wars",
"2",
"guildwars",
"Guildwars",
"GUILDWARS",
"guildwars2",
"API",
"Api",
"api",
"Wrapper",
"WRAPPER",
"wrapper"
],
"author": "Mievstac <mievstac@gmail.com>",
"license": "MIT",
"dependencies": {
"isomorphic-fetch": "^2.2.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"mocha": "^2.3.4"
}
}