-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
64 lines (64 loc) · 1.88 KB
/
bower.json
File metadata and controls
64 lines (64 loc) · 1.88 KB
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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "purescript-kubernetes",
"homepage": "https://github.com/hoodunit/purescript-kubernetes",
"authors": [
"Nicholas Kariniemi <nicholas.kariniemi@gmail.com>"
],
"description": "PureScript client library for the Kubernetes API",
"repository": {
"type": "git",
"url": "git://github.com/hoodunit/purescript-kubernetes.git"
},
"license": "Apache-2.0",
"ignore": [
"**/.*",
"*.nix",
"bower",
"bower_components",
"definitions",
"nixpkgs.json",
"node_modules",
"output",
"package.json",
"scripts",
"test"
],
"dependencies": {
"purescript-console": "^4.1.0",
"purescript-debug": "^4.0.0",
"purescript-foreign-generic": "^7.0.0",
"purescript-http-methods": "^4.0.1",
"purescript-newtype": "^3.0.0",
"purescript-node-fs-aff": "^6.0.0",
"purescript-node-http": "^5.0.0",
"purescript-node-process": "^6.0.0",
"purescript-node-url": "^4.0.0",
"purescript-prelude": "^4.0.1",
"purescript-profunctor-lenses": "^4.0.0",
"purescript-simple-json": "^4.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-foreign-object": "^1.0.0"
},
"resolutions": {
"purescript-newtype": "^3.0.0",
"purescript-prelude": "^4.0.1",
"purescript-either": "^4.0.0",
"purescript-maybe": "^4.0.0",
"purescript-lists": "^5.0.0",
"purescript-tailrec": "^4.0.0",
"purescript-tuples": "^5.0.0",
"purescript-foldable-traversable": "^4.0.0",
"purescript-unfoldable": "^4.0.0",
"purescript-st": "^4.0.0",
"purescript-bifunctors": "^4.0.0",
"purescript-distributive": "^4.0.0",
"purescript-control": "^4.0.0",
"purescript-partial": "^2.0.0",
"purescript-identity": "^4.0.0",
"purescript-invariant": "^4.0.0",
"purescript-nonempty": "^5.0.0",
"purescript-type-equality": "^3.0.0",
"purescript-lazy": "^4.0.0"
}
}