forked from auth0/react-native-auth0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "react-native-auth0",
"version": "1.0.0-beta.1",
"description": "React Native toolkit for Auth0 API",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/react-native-auth0.git"
},
"keywords": [
"react-native",
"react",
"auth0",
"jwt",
"authentication",
"lock",
"auth0-lock",
"login",
"sdk",
"api"
],
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/react-native-auth0/issues"
},
"homepage": "https://github.com/auth0/react-native-auth0#readme",
"devDependencies": {
"babel-jest": "^14.1.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-3": "^6.11.0",
"eslint": "^3.4.0",
"eslint-plugin-react": "^6.2.0",
"faker": "^3.1.0",
"fetch-mock": "^5.1.1",
"jest-cli": "^14.1.0"
},
"jest": {
"automock": false,
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"verbose": true
}
}