-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
33 lines (33 loc) · 858 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
{
"name": "purescript-react-stylesheet",
"description": "Purs-in-CSS solution for Purescript React",
"main": "",
"authors": [
"Daniel Harvey <danieljamesharvey@gmail.com>"
],
"license": "MIT",
"keywords": [
"CSS"
],
"repository": {
"type": "git",
"url": "https://github.com/danieljharvey/purescript-react-stylesheet.git"
},
"homepage": "https://github.com/danieljharvey/purescript-react-stylesheet",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-effect": "^2.0.1",
"purescript-console": "^4.2.0",
"purescript-react": "^7.0.1",
"purescript-cssom": "^0.0.2",
"purescript-stylesheet": "^0.0.2",
"purescript-arrays": "^5.3.0",
"purescript-unordered-collections": "purescript-unordered-containers#^1.8.2"
}
}