-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 893 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
35
36
{
"name": "purescript-stylesheet",
"repository": {
"type": "git",
"url": "https://github.com/danieljharvey/purescript-stylesheet.git"
},
"description": "CSS-in-Purs",
"authors": [
"Daniel Harvey <[email protected]>"
],
"license": "MIT",
"keywords": [
"CSS",
"Stylesheet"
],
"homepage": "https://github.com/danieljharvey/purs-cssom",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-foreign": "^5.0.0",
"purescript-generics-rep": "^6.1.1",
"purescript-ordered-collections": "^1.6.1",
"purescript-prelude": "^4.1.1",
"purescript-refs": "^4.1.0",
"purescript-test-unit": "^15.0.0",
"purescript-unordered-collections": "^1.8.2",
"purescript-cssom": "^0.0.2"
}
}