forked from awakesecurity/purescript-precise-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 1.11 KB
/
bower.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"name": "purescript-precise-datetime",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/awakesecurity/purescript-precise-datetime.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^6.0.0",
"purescript-console": "^5.0.0",
"purescript-datetime": "^5.0.0",
"purescript-either": "^5.0.0",
"purescript-enums": "^5.0.0",
"purescript-foldable-traversable": "^5.0.0",
"purescript-formatters": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-js-date": "^7.0.0",
"purescript-lists": "^6.0.0",
"purescript-maybe": "^5.0.0",
"purescript-newtype": "^4.0.0",
"purescript-prelude": "^5.0.0",
"purescript-strings": "^5.0.0",
"purescript-tuples": "^6.0.0",
"purescript-unicode": "^5.0.0",
"purescript-numbers": "^8.0.0",
"purescript-decimals": "thomashoneyman/purescript-decimals#master"
},
"devDependencies": {
"purescript-psci-support": "^5.0.0",
"purescript-spec": "^5.0.0",
"purescript-spec-discovery": "^6.0.0"
}
}