UNPKG

bungienetplatformjs

Version:
56 lines (55 loc) 1.39 kB
{ "name": "bungienetplatformjs", "description": "node API for the Bungie.net Platform", "version": "0.3.18", "license": "MIT", "author": "dazarobbo", "keywords": [ "bungie", "bungie.net", "destiny" ], "homepage": "https://github.com/dazarobbo/BungieNetPlatformJS", "repository": { "type": "git", "url": "https://github.com/dazarobbo/BungieNetPlatformJS.git" }, "bugs": { "url": "https://github.com/dazarobbo/BungieNetPlatformJS/issues" }, "main": "./lib/BungieNet.js", "bin": {}, "scripts": { "clean": "rimraf lib/*", "test": "mocha test/test.js", "prebuild": "npm run clean", "build:watch": "watch \"npm run build\" src/", "build:js": "babel src/ -d lib/", "build": "npm run build:js" }, "man": "", "config": {}, "private": false, "devDependencies": { "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-preset-es2015": "^6.18.0", "babel-preset-es2016": "^6.16.0", "babel-preset-es2017": "^6.16.0", "chai": "^3.5.0", "eslint": "^3.12.2", "mocha": "^3.2.0", "nock": "^9.0.2", "rimraf": "^2.5.4", "watch": "^1.0.1" }, "dependencies": { "babel-polyfill": "^6.20.0", "bignumber.js": "^3.0.1", "extendable-error-class": "^0.1.1", "http-status-codes": "^1.0.6", "request": "^2.79.0", "urijs": "^1.18.4", "winston": "^2.3.0" } }