forked from okta/samples-js-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 736 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@okta/samples-js-react-native",
"version": "0.1.0",
"description": "React Native Sample Applications for Okta",
"scripts": {
"banners": "node tools/maintain-banners.js {browser-sign-in,custom-sign-in,tools,scripts}/{*js,!node_modules/,**/*{js,jsx,css}}",
"test:browser": "npm -C browser-sign-in/ test",
"test:custom": "npm -C custom-sign-in/ test"
},
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/okta/samples-js-react-native.git"
},
"bugs": "https://github.com/okta/samples-js-react-native/issues",
"homepage": "https://github.com/okta/samples-js-react-native",
"private": true,
"dependencies": {
"globby": "^14.1.0"
}
}