-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 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
{
"name": "photo-collections-scrapper",
"version": "0.0.3",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/_mocha ./tests/*_test.js"
},
"description": "Make data scraping the photoCollections.io, free stock photography copyright",
"keywords": [
"scrapper",
"scraping",
"free images",
"photo-collections"
],
"readmeFilename": "README.md",
"autor": {
"name": "Samuel Pereira",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/samuelyeshua/photo-collections-scrapper/issues"
},
"dependencies": {
"cheerio": "^0.22.0",
"sync-request": "^3.0.1"
},
"devDependencies": {
"documentation": "^4.0.0-beta10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelyeshua/photo-collections-scrapper"
},
"license": "GPL-3.0",
"engines": {
"node": "^6.1.0"
}
}