-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 834 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 834 Bytes
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
{
"name": "react-native-custom-segmented-control",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-custom-segmented-control"
},
"version": "3.1.0",
"description": "Native iOS Custom segmented control for React Native",
"nativePackage": true,
"homepage": "https://github.com/wix/react-native-custom-segmented-control",
"main": "src/index.js",
"author": "Ran Greenberg <[email protected]>",
"license": "MIT",
"scripts": {
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
"xcode": "open ios/example.xcodeproj"
},
"dependencies": {
"lodash": "^4.0.0"
},
"devDependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4"
}
}