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: b7b59b103299e9f719c858da99083387ab24aab9 (plain)
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
28
29
30
31
{
  "name": "ratchet",
  "description": "Build mobile apps with simple HTML, CSS, and JS components.",
  "version": "2.0.2",
  "keywords": [
    "css",
    "js",
    "fonts",
    "ios",
    "android",
    "mobile",
    "prototype"
  ],
  "homepage": "http://goratchet.com",
  "main": [
    "sass/ratchet.scss",
    "dist/css/ratchet.css",
    "dist/js/ratchet.js",
    "dist/fonts/ratchicons.eot",
    "dist/fonts/ratchicons.svg",
    "dist/fonts/ratchicons.ttf",
    "dist/fonts/ratchicons.woff"
  ],
  "ignore": [
    "_config.yml",
    ".travis.yml",
    "CNAME",
    "CONTRIBUTING.md",
    "docs"
  ]
}