-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 719 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 719 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
{
"name": "purescript-my-project",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "git@github.com:reactormonk/purescript-simple-timestamp.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-console": "^v4.2.0",
"purescript-datetime": "^v4.1.1",
"purescript-effect": "^v2.0.1",
"purescript-foreign": "^v5.0.0",
"purescript-formatters": "^v4.0.1",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-simple-json": "^v7.0.0",
"purescript-spec": "^v4.0.1"
}
}