meli-sdk
Version:
Unofficial NodeJS SDK for the Mercadolibre API with Promises
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "meli-sdk",
"version": "1.0.3",
"description": "Unofficial NodeJS SDK for the Mercadolibre API with Promises",
"main": "index.js",
"author": "Sergio Toro <debian.storo@gmail.com>",
"homepage": "https://github.com/storo/meli-node-sdk",
"repository": {
"type": "git",
"url": "https://github.com/storo/meli-node-sdk.git"
},
"bugs": {
"url": "https://github.com/storo/meli-node-sdk/issues",
"email": "debian.storo@gmail.com"
},
"keywords": [
"mercadolibre",
"sdk",
"api",
"meli"
],
"scripts": {
"test": "grunt"
},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
}
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "0.0.2",
"nock": "^1.6.0"
},
"dependencies": {
"q": "^1.2.0"
}
}