UNPKG

b2w

Version:

A library for the B2W Group (Americanas[dot]com, Submarino & Shoptime) API using Promises

50 lines (49 loc) 1.25 kB
{ "name": "b2w", "version": "0.1.0", "description": "A library for the B2W Group (Americanas[dot]com, Submarino & Shoptime) API using Promises", "author": "Luan Muniz <luan@luanmuniz.com.br> (http://github.com/luanmuniz)", "homepage": "https://github.com/ZimpFidelidade/node-b2w", "repository": { "type": "git", "url": "https://github.com/ZimpFidelidade/node-b2w.git" }, "licenses": [ { "type": "MIT", "url": "http://zimp.mit-license.org/" } ], "bugs": "https://github.com/ZimpFidelidade/node-b2w/issues", "contributors": "https://github.com/ZimpFidelidade/node-b2w/graphs/contributors", "main": "index.js", "scripts": { "test": "gulp test", "update": "gulp update", "fix": "gulp fix", "lint": "gulp lint" }, "keywords": [ "b2w", "americanas", "americanas.com", "submarino", "shoptime" ], "dependencies": { "credit-card": "^2.0.0", "got": "^6.1.0", "xml2js": "^0.4.15" }, "devDependencies": { "chai": "^3.4.1", "coveralls": "^2.11.6", "gulp": "^3.9.0", "gulp-istanbul": "^0.10.3", "gulp-jscs": "^3.0.2", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.2.0", "jshint": "^2.8.0", "require-dir": "^0.3.0" } }