-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 889 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
29
30
31
32
33
34
{
"name": "rnschedule",
"version": "0.0.4",
"description": "A react native component that provides a time-sensitive schedule view.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmlutz/rnschedule.git"
},
"author": "wmlutz",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmlutz/rnschedule/issues"
},
"homepage": "https://github.com/wmlutz/rnschedule#readme",
"peerDependencies": {
"react": "^16.5.2",
"react-native": "^0.57.1"
},
"devDependencies": {
"babel-preset-react-native": "^4.0.1",
"react": "^16.5.2",
"react-native": "^0.57.1"
},
"dependencies": {
"moment": "^2.22.2",
"react-native-calendars": "^1.21.0",
"react-native-collapsible": "^1.2.0",
"tinycolor2": "^1.4.1"
}
}