forked from i-am-the-slime/purescript-justifill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 890 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
{
"name": "purescript-justifill",
"version": "1.0.0",
"description": "This module provides three interesting functions: - `fill` Which adds `Nothings` to records with missing fields - `justify` Which turns non-`Maybe` values into `Just`s - and `justifill` which combines the two",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "spago test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i-am-the-slime/purescript-justifill.git"
},
"keywords": [
"purescript",
"rowtypes"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/i-am-the-slime/purescript-justifill/issues"
},
"homepage": "https://github.com/i-am-the-slime/purescript-justifill#readme",
"devDependencies": {
"purescript": "^0.14.0",
"spago": "^0.14.0"
}
}