forked from scotthovestadt/gigya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1002 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gigya",
"description": "Gigya SDK for NodeJS.",
"keywords": [
"gigya"
],
"version": "2.0.34",
"author": {
"name": "Scott Hovestadt",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Scott Hovestadt",
"email": "[email protected]"
}
],
"scripts": {
"prepublish": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/scotthovestadt/gigya.git"
},
"dependencies": {
"@types/lodash": "^4.14.50",
"@types/node": "^7.0.0",
"@types/request": "^0.0.39",
"lodash": "^4.17.4",
"request": "^2.79.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": "2.1.5"
},
"license": "MIT"
}