-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
40 lines (40 loc) · 1.12 KB
/
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
32
33
34
35
36
37
38
39
40
{
"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": "^7.0.0",
"purescript-console": "^6.0.0",
"purescript-datetime": "^6.0.0",
"purescript-either": "^6.0.0",
"purescript-enums": "^6.0.0",
"purescript-foldable-traversable": "^6.0.0",
"purescript-formatters": "^7.0.0",
"purescript-integers": "^6.0.0",
"purescript-js-date": "^8.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-prelude": "^6.0.0",
"purescript-strings": "^6.0.0",
"purescript-tuples": "^7.0.0",
"purescript-unicode": "^6.0.0",
"purescript-numbers": "^9.0.0",
"purescript-decimals": "^7.0.0",
"purescript-aff-promise": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^6.0.0",
"purescript-spec": "^7.0.0",
"purescript-spec-discovery": "^8.0.0"
}
}