-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 801 Bytes
/
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
{
"name": "purescript-routing-bob",
"homepage": "https://github.com/paluh/purescript-routing-bob",
"description": "Purescript library for routing which generates bidirectional routes from generic types",
"version": "0.6.0",
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/paluh/purescript-routing-bob.git"
},
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-boomerang": "^1.8.1",
"purescript-string-parsers": "^3.0.0",
"purescript-uri": "^4.0.0"
},
"devDependencies": {
"purescript-debug": "^3.0.0",
"purescript-test-unit": "^12.0.0",
"purescript-unsafe-coerce": "^3.0.0",
"purescript-psci-support": "^3.0.0"
}
}