-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
31 lines (31 loc) · 892 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-elm-license-checker",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/kakkun61/elm-license-checker.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-effect": "^v2.0.1",
"purescript-maybe": "^v4.0.1",
"purescript-node-fs": "^v5.0.1",
"purescript-node-path": "^v3.0.0",
"purescript-node-process": "^v7.0.0",
"purescript-optparse": "^v3.0.1",
"purescript-parsing": "^v5.0.3",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-read": "^v1.0.1",
"purescript-simple-json": "^v7.0.0",
"purescript-spec": "^v4.0.1",
"purescript-tuples": "^v5.1.0"
}
}