-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 812 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 812 Bytes
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
{
"name": "purescript-json",
"license": "MIT",
"keywords": [
"purescript",
"argonaut",
"json"
],
"repository": {
"type": "git",
"url": "git://github.com/garyb/purescript-json.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-prelude": "^6.0.1",
"purescript-functions": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-maybe": "^6.0.0",
"purescript-either": "^6.1.0",
"purescript-tuples": "^7.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-gen": "^4.0.0",
"purescript-strings": "^6.0.1",
"purescript-unfoldable": "^6.0.0"
},
"devDependencies": {
"purescript-assert": "^6.0.0"
}
}