forked from jbactad/icecat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 801 Bytes
/
package.json
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
{
"name": "node-icecat",
"version": "1.0.0",
"description": "Icecat API - Find product description with EAN, UPC or GTIN-13.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshjim-bactad/icecat.git"
},
"keywords": [
"icecat",
"openCatalog",
"ean",
"upc",
"product",
"information",
"image",
"description",
"api"
],
"author": "GreenCore",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshjim-bactad/icecat.git"
},
"homepage": "https://github.com/joshjim-bactad/icecat#readme",
"dependencies": {
"https": "^1.0.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"engines": {
"node": ">=4.6.1"
}
}