-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
54 lines (54 loc) · 1.12 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
{
"name": "gigya",
"description": "Gigya SDK for NodeJS.",
"keywords": [
"gigya"
],
"version": "3.0.2",
"author": {
"name": "Scott Hovestadt",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Scott Hovestadt",
"email": "[email protected]"
},
{
"name": "Baryo Bar Yosef",
"email": "[email protected]"
}
],
"scripts": {
"prepack": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/scotthovestadt/gigya.git"
},
"dependencies": {
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.3",
"@types/request": "^2.48.2",
"jose": "^1.17.1",
"lodash": "^4.17.15",
"request": "^2.79.0",
"strict-uri-encode": "^2.0.0"
},
"files": [
"dist",
"assets"
],
"main": "dist/index.js",
"typings": "dist/index",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/scotthovestadt/gigya/issues"
},
"homepage": "https://github.com/scotthovestadt/gigya",
"devDependencies": {
"typescript": "3.6.2"
},
"license": "MIT"
}