Skip to content

Commit 9529499

Browse files
committed
aaaa
1 parent 65dbbcf commit 9529499

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

bower.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "purescript-flame",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/easafe/purescript-flame"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v6.0.0",
18+
"purescript-argonaut-codecs": "^v8.1.0",
19+
"purescript-argonaut-core": "^v6.0.0",
20+
"purescript-argonaut-generic": "^v7.0.1",
21+
"purescript-arrays": "^v6.0.1",
22+
"purescript-bifunctors": "^v5.0.0",
23+
"purescript-console": "^v5.0.0",
24+
"purescript-effect": "^v3.0.0",
25+
"purescript-either": "^v5.0.0",
26+
"purescript-exceptions": "^v5.0.0",
27+
"purescript-foldable-traversable": "^v5.0.1",
28+
"purescript-foreign": "^v6.0.1",
29+
"purescript-foreign-object": "^v3.0.0",
30+
"purescript-functions": "^v5.0.0",
31+
"purescript-maybe": "^v5.0.0",
32+
"purescript-newtype": "^v4.0.0",
33+
"purescript-nullable": "^v5.0.0",
34+
"purescript-partial": "^v3.0.0",
35+
"purescript-prelude": "^v5.0.1",
36+
"purescript-psci-support": "^v5.0.0",
37+
"purescript-random": "^v5.0.0",
38+
"purescript-refs": "^v5.0.0",
39+
"purescript-strings": "^v5.0.0",
40+
"purescript-test-unit": "^v16.0.0",
41+
"purescript-tuples": "^v6.0.1",
42+
"purescript-typelevel-prelude": "^v6.0.0",
43+
"purescript-unsafe-coerce": "^v5.0.0",
44+
"purescript-web-dom": "^v5.0.0",
45+
"purescript-web-events": "^v3.0.0",
46+
"purescript-web-html": "^v3.1.0",
47+
"purescript-web-uievents": "^v3.0.0"
48+
}
49+
}

0 commit comments

Comments
 (0)