forked from purescript-contrib/purescript-js-date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 784 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
{
"name": "purescript-js-date",
"homepage": "https://github.com/purescript-contrib/purescript-js-date",
"description": "PureScript library for native JavaScript `Date` values",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript-contrib/purescript-js-date.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-datetime": "^3.0.0",
"purescript-exceptions": "^3.0.0",
"purescript-foreign": "^4.0.0",
"purescript-integers": "^3.0.0",
"purescript-now": "^3.0.0"
},
"devDependencies": {
"purescript-assert": "^3.0.0",
"purescript-console": "^3.0.0",
"purescript-globals": "^3.0.0"
}
}