-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1 KB
/
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": "lunchify-scraper",
"version": "0.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "NODE_PATH=./src node ./bin/index.js",
"test": "node -e 'console.log(\"Passed.\");'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sallar/lunchify-scraper.git"
},
"author": "Sallar Kaboli",
"contributors": [
{
"name": "Mohamad Mohebifar",
"email": "mohamad@mohebifar.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sallar/lunchify-scraper/issues"
},
"homepage": "https://github.com/sallar/lunchify-scraper#readme",
"dependencies": {
"babel-plugin-transform-regenerator": "^6.5.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2",
"franc": "^1.1.3",
"fs-extra": "^0.26.7",
"lodash": "^4.8.2",
"moment": "^2.11.2",
"node-fetch": "^1.3.3",
"pdf2json": "^1.1.5",
"x-ray": "^2.0.3"
}
}