Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json - github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72540b42320ac3c87b1564fd297f3fce6f777849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "ratchet",
  "version": "2.0.0",
  "main": [
    "./dist/ratchet.css",
    "./dist/ratchet.js"
  ],
  "ignore": [
    "_config.yml",
    "CNAME",
    "CONTRIBUTING.md",
    "docs-assets"
  ],
  "dependencies": {
  }
}