-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 988 Bytes
/
package.json
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
35
36
37
38
{
"name": "bs-downshift",
"version": "1.0.1",
"description": "BuckleScript bindings for Downshift",
"license": "MIT",
"author": "Nicola Molinari <me@emmenko.org> (http://emmenko.org)",
"repository": {
"type": "git",
"url": "https://github.com/reasonml-community/bs-downshift.git"
},
"homepage": "https://github.com/reasonml-community/bs-downshift#readme",
"bugs": "https://github.com/reasonml-community/bs-downshift/issues",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"downshift": "1.25.0"
},
"peerDependencies": {
"bs-platform": "^3.0.0"
},
"devDependencies": {
"bs-platform": "^3.0.0",
"downshift": "1.25.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"reason-react": "^0.4.1"
},
"keywords": [
"BuckleScript",
"Downshift",
"React",
"Reason"
]
}