forked from Thimoteus/purescript-coercible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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
29
30
31
32
{
"name": "purescript-coercible",
"description": "fun with multi-parameter type classes!",
"directories": {
"test": "test"
},
"scripts": {
"test": "pulp test",
"clean": "rimraf output .psa-stash",
"build": "pulp build -- --censor-lib --strict --stash",
"repl": "pulp psci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thimoteus/purescript-coercible.git"
},
"keywords": [
"purescript"
],
"author": "thimoteus",
"license": "MIT",
"bugs": {
"url": "https://github.com/Thimoteus/purescript-coercible/issues"
},
"homepage": "https://github.com/Thimoteus/purescript-coercible#readme",
"dependencies": {
"purescript": "^0.11.6",
"purescript-psa": "^0.5.1",
"rimraf": "^2.6.1",
"pulp": "^11.0.2"
}
}