jet-sdk
Version:
Jet.com Marketplace Web Services client with support for all api calls, using ES6 Promises.
45 lines (44 loc) • 918 B
JSON
{
"name": "jet-sdk",
"description": "Jet.com Marketplace Web Services client with support for all api calls, using ES6 Promises.",
"keywords": [
"jet",
"jet.com",
"marketplace",
"sellers"
],
"homepage": "http://_",
"version": "0.0.12",
"author": {
"name": "Nikita Zolotuhin",
"email": "fjshadows@ya.ru"
},
"contributors": [{
"name": "Nikita Zolotuhin",
"email": "fjshadows@ya.ru"
}],
"main": "./lib/jet",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/fjshadows/jet-sdk.git"
},
"dependencies": {
"xml2js": "^0.4.13",
"underscore": "^1.8.3",
"request": "^2.60.0"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha -t 5000"
},
"bugs": {
"url": "https://github.com/fjshadows/jet-sdk/issues"
},
"license": "MIT"
}