-
Notifications
You must be signed in to change notification settings - Fork 79
/
bower.json
56 lines (56 loc) · 1.57 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "purescript-affjax",
"homepage": "https://github.com/slamdata/purescript-affjax",
"description": "An asynchronous AJAX library built using Aff.",
"keywords": [
"purescript",
"ajax"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/purescript-contrib/purescript-affjax.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"tmp",
"bower.json",
"gulpfile.js",
"package.json"
],
"dependencies": {
"purescript-aff": "^7.0.0",
"purescript-argonaut-core": "^7.0.0",
"purescript-arraybuffer-types": "^3.0.2",
"purescript-arrays": "^7.0.0",
"purescript-console": "^6.0.0",
"purescript-control": "^6.0.0",
"purescript-datetime": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-either": "^6.0.0",
"purescript-exceptions": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-foreign": "^7.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-form-urlencoded": "^7.0.0",
"purescript-functions": "^6.0.0",
"purescript-http-methods": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-media-types": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-nullable": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-transformers": "^6.0.0",
"purescript-web-dom": "^6.0.0",
"purescript-web-file": "^4.0.0",
"purescript-web-xhr": "^5.0.0"
},
"devDependencies": {
"purescript-psci-support": "^6.0.0"
}
}