-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 742 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
{
"name": "bs-react-native-gifted-chat",
"version": "0.0.2",
"description": "🏗 💬 Gifted Chat clone with Reason",
"keywords": [
"BuckleScript",
"reason",
"reasonml"
],
"main": "index.js",
"repository": "https://github.com/xcarpentier/bs-react-native-gifted-chat",
"author": "Xavier Carpentier <contact@xaviercarpentier.com> (https://xaviercarpentier.com/)",
"license": "MIT",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"devDependencies": {
"bs-platform": "^4.0.2"
},
"dependencies": {
"bs-react-native": "reasonml-community/bs-react-native#752544cbdeda19914dc2ec769a77b0cf9f2a0ff5",
"reason-react": "0.4.2"
}
}