forked from purescript-express/purescript-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 1.29 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
{
"name": "purescript-express",
"homepage": "https://github.com/dancingrobot84/purescript-express",
"description": "Purescript wrapper around Express.js",
"license": "BSD-3-Clause",
"keywords": [
"purescript"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"testJs",
"example",
"Gruntfile.js",
"package.json",
"bower.json",
"README.md",
"DOCS.md"
],
"dependencies": {
"purescript-aff": "^0.13.0",
"purescript-arrays": "^0.4.2",
"purescript-control": "^0.3.1",
"purescript-data-default": "^0.1.0",
"purescript-easy-ffi": "^1.0.2",
"purescript-eff": "^0.1.1",
"purescript-either": "^0.2.3",
"purescript-exceptions": "^0.3.0",
"purescript-foldable-traversable": "^0.4.0",
"purescript-foreign": "^0.7.0",
"purescript-lists": "^0.7.6",
"purescript-maybe": "^0.3.4",
"purescript-node-http": "^0.1.6",
"purescript-parsing": "^0.7.1",
"purescript-strings": "^0.7.0",
"purescript-transformers": "^0.8.1",
"purescript-unfoldable": "^0.4.1"
},
"devDependencies": {
"purescript-console": "^0.1.1",
"purescript-maps": "^0.5.2",
"purescript-node-fs": "^0.8.1",
"purescript-test-unit": "^3.0.0",
"purescript-unsafe-coerce": "^0.1.0"
}
}