UNPKG

node-jump

Version:

A node module for accessing Jump APIs

36 lines (35 loc) 762 B
{ "name": "node-jump", "version": "1.1.2", "description": "A node module for accessing Jump APIs", "main": "index.js", "engines": { "node": ">=8.12.0" }, "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/salanza/node-jump.git" }, "keywords": [ "Node", "Module", "Jump" ], "author": "Salman Anza", "license": "ISC", "bugs": { "url": "https://github.com/salanza/node-jump/issues" }, "homepage": "https://github.com/salanza/node-jump#readme", "dependencies": { "async": "^3.1.0", "axios": "^0.21.1", "lodash": "^4.17.15" } }