UNPKG

mag3llan-sdk

Version:
41 lines (40 loc) 849 B
{ "name": "mag3llan-sdk", "version": "0.3.1", "description": "Mag3llan's similarity API SDK", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/Mag3llan/node-sdk" }, "keywords": [ "Similarity", "Mag3llan", "PLU", "Recommendation", "Engine" ], "author": "Mag3llan dev team", "license": "MIT", "bugs": { "url": "https://github.com/Mag3llan/node-sdk/issues" }, "homepage": "https://github.com/Mag3llan/node-sdk", "dependencies": { "agentkeepalive": "^2.0.2", "bluebird": "^2.9.25", "debug": "^2.2.0", "limiter": "^1.0.5", "request": "^2.55.0" }, "devDependencies": { "chai": "^2.3.0", "chai-as-promised": "^5.0.0", "mocha": "^2.2.4", "mockery": "^1.4.0", "sinon": "^1.14.1" } }