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

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/package.json b/package.json
index ecbff938d..ace256b02 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,13 @@
{
- "name": "@bootstrap/icons",
+ "name": "bootstrap-icons",
"version": "1.0.0",
- "description": "Official icon library for Bootstrap",
- "main": "index.js",
+ "description": "Official open source icon library for Bootstrap",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "prep-icons": "svgo --config=svgo.yml --input=icons/"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/twbs/icons.git"
+ "url": "https://github.com/twbs/icons.git"
},
"keywords": [
"bootstrap",
@@ -19,5 +18,10 @@
"bugs": {
"url": "https://github.com/twbs/icons/issues"
},
- "homepage": "https://github.com/twbs/icons#readme"
+ "homepage": "https://icons.getbootstrap.com",
+ "devDependencies": {
+ "cross-env": "^5.2.0",
+ "shx": "^0.3.2",
+ "svgo": "^1.3.0"
+ }
}