forked from amazon-archives/amazon-cognito-identity-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.42 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
57
58
59
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "1.15.0",
"author": {
"name": "Amazon Web Services",
"email": "aws@amazon.com",
"url": "http://aws.amazon.com"
},
"homepage": "http://aws.amazon.com/cognito",
"contributors": [
"Simon Buchan with Skilitics",
"Jonathan Goldwasser",
"Matt Durant",
"John Ferlito",
"Michael Hart",
"Chetan Mehta <chetam@amazon.com>",
"Ionut Trestian <trestian@amazon.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/aws/amazon-cognito-identity-js.git"
},
"license": "SEE LICENSE IN LICENSE.txt",
"licenses": [
{
"type": "Amazon Software License",
"url": "http://aws.amazon.com/asl"
}
],
"keywords": [
"amazon",
"aws",
"cognito",
"identity"
],
"scripts": {
"build": "webpack -p",
"doc": "jsdoc src -d docs",
"lint": "eslint src"
},
"main": "dist/amazon-cognito-identity.min.js",
"types": "./index.d.ts",
"dependencies": {
"aws-sdk": "^2.6.0",
"jsbn": "^0.1.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-import-resolver-webpack": "^0.5.1",
"eslint-plugin-import": "^1.13.0",
"jsdoc": "^3.4.0",
"webpack": "^1.13.1"
}
}