-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "react-native-android-library-boilerplate",
"version": "0.0.1",
"author": "Christoph Michel http://cmichel.io",
"private": false,
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/MrToph/react-native-android-library-boilerplate.git"
},
"bugs": {
"url": "https://github.com/MrToph/react-native-android-library-boilerplate/issues"
},
"homepage": "https://github.com/MrToph/react-native-android-library-boilerplate",
"keywords": [
"react-native",
"android",
"library"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"peerDependencies": {
"react-native": ">=0.38.0"
}
}