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

package.json - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecbff938d6fd958062a6ff1e2d3e752651791d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@bootstrap/icons",
  "version": "1.0.0",
  "description": "Official icon library for Bootstrap",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/icons.git"
  },
  "keywords": [
    "bootstrap",
    "icons"
  ],
  "author": "mdo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/icons/issues"
  },
  "homepage": "https://github.com/twbs/icons#readme"
}