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

github.com/twbs/bootstrap-npm-starter.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.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index f9e474a..c20403b 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,14 @@
"name": "bootstrap-npm-starter",
"version": "1.0.0",
"description": "Demo project for building a Bootstrap powered site via npm.",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/twbs/bootstrap-npm-starter.git"
+ },
+ "bugs": {
+ "url": "https://github.com/twbs/bootstrap-npm-starter/issues"
+ },
+ "homepage": "https://github.com/twbs/bootstrap-npm-starter#readme",
"scripts": {
"build": "npm run css",
"css-compile": "node-sass --include-path node_modules --output-style compressed --source-map true --source-map-contents true --precision 6 scss -o assets/css/",