forked from purescript-contrib/purescript-form-urlencoded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 800 Bytes
/
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
{
"name": "purescript-form-urlencoded",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-form-urlencoded.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-foldable-traversable": "^5.0.0",
"purescript-maybe": "^5.0.0",
"purescript-newtype": "^4.0.0",
"purescript-prelude": "^5.0.0",
"purescript-strings": "^5.0.0",
"purescript-tuples": "^6.0.0",
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#2.0.0"
},
"devDependencies": {
"purescript-assert": "^5.0.0",
"purescript-console": "^5.0.0",
"purescript-effect": "^3.0.0"
}
}