-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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
39
{
"name": "reason-react-document-title",
"description": "Reason react hook and component for manage page title",
"main": "./src/DocumentTitle.re",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/kamilkuz/reason-react-document-title"
},
"bugs": "https://github.com/kamilkuz/reason-react-document-title/issues",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "yarn build && jest"
},
"keywords": [
"Reason",
"ReasonReact",
"React",
"title",
"page title",
"document.title"
],
"author": "Qziem",
"license": "MIT",
"devDependencies": {
"@glennsl/bs-jest": "^0.4.8",
"bs-enzyme": "^0.6.1",
"bs-platform": "^5.0.4",
"enzyme-adapter-react-16": "^1.14.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-react": "^0.7.0"
},
"peerDependencies": {
"reason-react": "^0.7.0"
}
}