forked from purescript-contrib/purescript-pathy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 929 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
31
32
33
34
{
"name": "purescript-pathy",
"homepage": "https://github.com/slamdata/purescript-pathy",
"description": "A type-safe abstraction for platform-independent file paths",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-pathy.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-console": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-partial": "^4.0.0",
"purescript-profunctor": "^6.0.0",
"purescript-strings": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-typelevel-prelude": "^7.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-effect": "^4.0.0",
"purescript-quickcheck": "^8.0.1"
}
}