forked from purescript-express/purescript-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.39 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
{
"name": "purescript-express",
"homepage": "https://github.com/dancingrobot84/purescript-express",
"description": "Purescript wrapper around Express.js",
"license": "BSD-3-Clause",
"keywords": [
"purescript"
],
"repository": {
"type": "git",
"url": "git://github.com/dancingrobot84/purescript-express.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"test",
"testJs",
"example",
"Gruntfile.js",
"package.json",
"bower.json",
"README.md",
"DOCS.md"
],
"dependencies": {
"purescript-aff": "^1.0.0",
"purescript-arrays": "^1.0.0",
"purescript-control": "^1.0.0",
"purescript-data-default": "^0.1.0",
"purescript-easy-ffi": "^2.0.0",
"purescript-eff": "^1.0.0",
"purescript-either": "^1.0.0",
"purescript-exceptions": "^1.0.0",
"purescript-foldable-traversable": "^1.0.0",
"purescript-foreign": "^1.0.0",
"purescript-lists": "^1.0.0",
"purescript-maybe": "^1.0.0",
"purescript-node-http": "^1.0.0",
"purescript-parsing": "^1.0.0",
"purescript-strings": "^1.0.0",
"purescript-transformers": "^1.0.0",
"purescript-unfoldable": "^1.0.0"
},
"devDependencies": {
"purescript-console": "^1.0.0",
"purescript-maps": "^1.0.0",
"purescript-node-fs": "^1.0.0",
"purescript-test-unit": "^7.0.0",
"purescript-unsafe-coerce": "^1.0.0"
}
}