UNPKG

1.04 kBJSONView Raw
1{
2 "name": "app-store-scraper",
3 "version": "0.6.0",
4 "description": "scrape data from the itunes app store",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --timeout 5000 && eslint ."
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/facundoolano/app-store-scraper.git"
12 },
13 "keywords": [
14 "mac",
15 "app",
16 "store",
17 "itunes",
18 "scraper"
19 ],
20 "author": "Facundo Olano",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/facundoolano/app-store-scraper/issues"
24 },
25 "homepage": "https://github.com/facundoolano/app-store-scraper#readme",
26 "dependencies": {
27 "debug": "^2.2.0",
28 "memoizee": "^0.3.10",
29 "ramda": "^0.21.0",
30 "request": "^2.79.0",
31 "xml2js": "^0.4.16"
32 },
33 "devDependencies": {
34 "chai": "^3.5.0",
35 "eslint": "^2.8.0",
36 "eslint-config-semistandard": "^6.0.1",
37 "eslint-config-standard": "^5.1.0",
38 "eslint-plugin-promise": "^1.1.0",
39 "eslint-plugin-standard": "^1.3.2",
40 "mocha": "^2.4.5",
41 "validator": "^5.2.0"
42 }
43}