forked from purescript-react/purescript-react-basic-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 833 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
{
"name": "purescript-react-basic-hooks",
"version": "1.0.0",
"description": "`react-basic-hooks` is a React hook API for [react-basic](https://github.com/lumihq/purescript-react-basic)!",
"main": "index.js",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"purescript": "^0.13.8",
"spago": "^0.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spicydonuts/purescript-react-basic-hooks.git"
},
"keywords": [],
"author": "Madeline Trotter",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks/issues"
},
"homepage": "https://github.com/spicydonuts/purescript-react-basic-hooks#readme"
}