forked from julianbei/linkedin-public-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "linkedin-public-profile",
"version": "4.0.1",
"description": "A scraper for LinkedIn public profiles",
"main": "./dist/index.js",
"scripts": {
"test": "gulp test",
"test-watch": "gulp watch",
"coveralls": "gulp coveralls",
"build": "gulp build"
},
"dependencies": {
"request-promise": "^2.0.1",
"uni-scrape": "0.0.2",
"user-agent-string-generator": "0.0.2"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.4.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"mocha": "3.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/julianbei/linkedin-public-profile.git"
},
"keywords": [
"linkedin",
"profile",
"scraper",
"node.js"
],
"author": "julianbei",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianbei/linkedin-public-profile/issues"
},
"homepage": "https://github.com/julianbei/linkedin-public-profile"
}