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: ace256b02ced9e1bdeb29e67379926a1f8ef229c (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
{
  "name": "bootstrap-icons",
  "version": "1.0.0",
  "description": "Official open source icon library for Bootstrap",
  "scripts": {
    "prep-icons": "svgo --config=svgo.yml --input=icons/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/icons.git"
  },
  "keywords": [
    "bootstrap",
    "icons"
  ],
  "author": "mdo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/icons/issues"
  },
  "homepage": "https://icons.getbootstrap.com",
  "devDependencies": {
    "cross-env": "^5.2.0",
    "shx": "^0.3.2",
    "svgo": "^1.3.0"
  }
}