-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 849 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
{
"name": "bni-scrapper",
"version": "0.1.0",
"description": "A scraper for bnizona.com/index.php/category/index/promo",
"main": "index.js",
"scripts": {
"start": "node-dev index.js",
"prod": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/natanelia/bni-scraper.git"
},
"keywords": [
"scaper",
"promise"
],
"author": "Natan Elia",
"license": "ISC",
"homepage": "https://bitbucket.org/natanelia/bni-scraper#readme",
"dependencies": {
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"path": "^0.12.7",
"request": "^2.69.0",
"url": "^0.11.0"
},
"devDependencies": {
"node-dev": "^3.1.0"
}
}