UNPKG

nubank

Version:
34 lines (33 loc) 879 B
{ "name": "nubank", "version": "1.1.3", "description": "NuBank API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pre-publish": "babel src/ --out-dir ./dist" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Astrocoders/nubank-api.git" }, "keywords": [ "nubank" ], "author": "Gabriel Rubens (twitter.com/_gabrielrubens)", "license": "MIT", "bugs": { "url": "https://github.com/Astrocoders/nubank-api/issues" }, "homepage": "https://github.com/Astrocoders/nubank-api#readme", "dependencies": { "lodash": "^4.16.4", "node-fetch": "^1.6.3" }, "devDependencies": { "babel-cli": "^6.16.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-preset-es2015": "^6.16.0" } }