-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"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"
}
}