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