aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: 0293f4ac10cccb73a570bd3e19c82bced98ad868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "glycemie",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "output"
  ],
  "dependencies": {
    "purescript-halogen": "*",
    "purescript-spec": "*"
  }
}