Skip to content

Commit 5017b41

Browse files
author
Vladimir Ciobanu
committed
Commit bower.json
1 parent e0addfb commit 5017b41

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "purescript-pointed",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/vladciobanu/purescript-pointed"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-bifunctors": "^v4.0.0",
18+
"purescript-foldable-traversable": "^v4.1.1",
19+
"purescript-generics-rep": "^v6.1.1",
20+
"purescript-lists": "^v5.4.1",
21+
"purescript-maybe": "^v4.0.1"
22+
}
23+
}

0 commit comments

Comments
 (0)