forked from thomashoneyman/purescript-halogen-formless
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 851 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-concur-formless",
"authors": [
"Anupam Jain <ajnsit@gmail.com>",
"Thomas R. Honeyman <admin@thomashoneyman.com>"
],
"license": "MIT",
"homepage": "https://github.com/ajnsit/purescript-concur-formless",
"repository": {
"type": "git",
"url": "https://github.com/ajnsit/purescript-concur-formless.git"
},
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"tests"
],
"dependencies": {
"purescript-variant": "^5.0.0",
"purescript-heterogeneous": "^0.3.0",
"purescript-generics-rep": "^6.1.0",
"purescript-profunctor-lenses": "^4.0.0",
"purescript-concur-react": "^0.3.6"
},
"devDependencies": {
"purescript-debug": "^4.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-read": "^1.0.1"
}
}