forked from danieljoppi/node-linkedin-scraper2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (30 loc) · 878 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
{
"name": "linkedin-scraper2",
"version": "2.2.0-pre",
"description": "A scraper for LinkedIn, give us a linkedin profile URL and we'll give you a nice data structure",
"main": "dist/index.js",
"scripts": {
"prebuild": "rm -rf dist && mkdir dist",
"build": "./node_modules/.bin/babel src --out-dir dist --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seekube/node-linkedin-scraper2.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Seekube/node-linkedin-scraper/issues"
},
"homepage": "https://github.com/Seekube/node-linkedin-scraper2#readme",
"devDependencies": {
"babel-cli": "6.6.5",
"babel-core": "6.7.4",
"babel-preset-es2015": "6.6.0"
},
"dependencies": {
"jquery": "^3.1.0",
"jsdom": "^9.4.1",
"q": "^2.0.3"
}
}