-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
41 lines (41 loc) · 1.1 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
{
"name": "purescript-workers",
"version": "2.0.0",
"description": "An API wrapper around Web Workers",
"license": "MIT",
"homepage": "https://github.com/truqu/purescript-workers",
"repository": {
"type": "git",
"url": "git://github.com/truqu/purescript-workers.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"dist",
"release",
"package.json",
"karma.conf.js",
"karma.browserstack.conf.js",
"deploy.sh"
],
"dependencies": {
"purescript-aff": "^3.1.0",
"purescript-eff": "^3.1.0",
"purescript-exceptions": "https://github.com/truqu/purescript-exceptions.git#3.1.0",
"purescript-generics": "^4.0.0",
"purescript-nonempty": "^4.0.0",
"purescript-prelude": "^3.1.0",
"purescript-read": "^1.0.0",
"purescript-http": "^3.0.0",
"purescript-argonaut": "^3.0.0",
"purescript-nullable": "^3.0.0"
},
"devDependencies": {
"purescript-spec": "^1.0.0",
"purescript-psci-support": "^3.0.0",
"purescript-spec-mocha": "https://github.com/truqu/purescript-spec-mocha.git#0.5.0"
}
}