-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "linkedin",
"version": "0.0.1",
"description": "generic oauth connection with linkedin",
"main": "index.js",
"dependencies": {
"angular": "^1.6.4",
"angular-local-storage": "^0.7.1",
"body-parser": "^1.17.2",
"colors": "^1.1.2",
"debug-levels": "^0.2.0",
"express": "^4.15.3",
"fs": "0.0.1-security",
"handlebars": "^4.0.11",
"install": "^0.11.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"moment": "^2.18.1",
"mustache": "^2.3.0",
"npm": "^6.1.0",
"request": "^2.87.0",
"route-parser": "0.0.5",
"uuid": "^3.0.1"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "1.13.5",
"pretty-quick": "^1.6.0"
},
"scripts": {
"start": "node index.js",
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Tllew/linkedin_getEmailDomain.git"
},
"author": "Tomos Williams",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tllew/linkedin_getEmailDomain/issues"
},
"homepage": "https://github.com/Tllew/linkedin_getEmailDomain#readme",
"directories": {
"lib": "lib"
},
"keywords": []
}