UNPKG

825 BJSONView Raw
1{
2 "name": "amazon-products",
3 "version": "0.0.1",
4 "description": "A node.js module to crawl product IDs from Amazon.",
5 "main": "index.js",
6 "dependencies": {
7 "coffee-script": "~1.6.3",
8 "async": "~0.1.22",
9 "request": "~2.16.6",
10 "cheerio": "~0.10.5"
11 },
12 "devDependencies": {
13 "should": "~1.0.0",
14 "mocha": "~1.3.0"
15 },
16 "directories": {
17 "test": "test"
18 },
19 "scripts": {
20 "test": "mocha --compilers coffee:coffee-script --globals lw --recursive ./test -t 10000"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/xissy/node-amazon-products.git"
25 },
26 "keywords": [
27 "amazon",
28 "product",
29 "crawl"
30 ],
31 "author": "Taeho Kim <xissysnd@gmail.com>",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/xissy/node-amazon-products/issues"
35 }
36}