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: 1cfd2c562e7367c15c7c7a141594a2b36358b6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "ratchet",
  "version": "2.0.1",
  "main": [
    "./dist/css/ratchet.css",
    "./dist/js/ratchet.js"
  ],
  "ignore": [
    "_config.yml",
    "CNAME",
    "CONTRIBUTING.md",
    "docs"
  ]
}