-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
38 lines (38 loc) · 1.08 KB
/
bower.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": "purescript-aws-sdk-basic",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/HivemindTechnologies/purescript-aws-sdk.git"
},
"ignore": [
"/bower_components/",
"/node_modules/",
"/.pulp-cache/",
"/output/",
"/generated-docs/",
"/.psc-package/",
"/.psc*",
"/.purs*",
"/.psa*",
"/.spago",
"*.psc-ide-port"
],
"dependencies": {
"purescript-aff-promise": "^v2.1.0",
"purescript-argonaut": "^v8.0.0",
"purescript-console": "^v5.0.0",
"purescript-datetime": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-foreign": "^v6.0.0",
"purescript-formatters": "^v5.0.0",
"purescript-js-date": "^v7.0.0",
"purescript-justifill": "i-am-the-slime/purescript-justifill#^v0.2.0",
"purescript-monad-control": "^v5.0.0",
"purescript-node-buffer": "^v7.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-numbers": "^v8.0.0"
}
}