-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.87 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.87 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "microcrawler-worker",
"version": "0.0.18",
"description": "Microcrawler Worker",
"main": "index.js",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"gulp": "./node_modules/gulp/bin/gulp.js",
"test": "./node_modules/gulp/bin/gulp.js test",
"watch": "./node_modules/gulp/bin/gulp.js watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApolloCrawler/microcrawler-worker.git"
},
"keywords": [
"microcrawler",
"crawler",
"scrapper"
],
"author": "Tomas Korcak <korczis@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ApolloCrawler/microcrawler-worker/issues"
},
"homepage": "https://github.com/ApolloCrawler/microcrawler-worker#readme",
"dependencies": {
"babel-eslint": "^7.1.1",
"bufferutil": "^1.3.0",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"crypto": "0.0.3",
"glob": "^7.1.1",
"homedir": "^0.6.0",
"microcrawler-crawler-all": "0.0.19",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"node-uuid": "^1.4.7",
"node.extend": "^1.1.6",
"phantom": "^4.0.0",
"phoenix-socket": "git://github.com/bossek/phoenix_socket.git#v1.2.patched",
"ramda": "^0.23.0",
"superagent": "^3.3.2",
"utf-8-validate": "^2.0.0",
"websocket": "^1.0.24",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.4",
"xhr2": "^0.1.4"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-es2015": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1"
}
}