-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 879 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 879 Bytes
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-ipfs-api",
"homepage": "https://github.com/chfi/purescript-ipfs-api",
"description": "Purescript IPFS API",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/chfi/purescript-ipfs-api.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-prelude": "^3.1.0",
"purescript-console": "^3.0.0",
"purescript-aff-promise": "^1.0.0",
"purescript-node-buffer": "^3.0.1",
"purescript-node-streams": "^3.1.0",
"purescript-coroutines": "^4.0.0",
"purescript-aff-coroutines": "^6.0.0",
"purescript-argonaut": "^3.0.0",
"purescript-profunctor-lenses": "^3.6.0",
"purescript-aff": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0"
}
}