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

github.com/twbs/bootstrap-npm.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.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0811715
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "bootstrap-npm",
+ "version": "1.0.0",
+ "description": "Example project for including Bootstrap via npm and customizing it.",
+ "style": "style.css",
+ "sass": "style.scss",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "css": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 default/default.scss default/default.css",
+ "custom": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 custom/custom.scss custom/custom.css"
+ },
+ "author": "mdo",
+ "license": "MIT",
+ "dependencies": {
+ "autoprefixer": "^8.1.0",
+ "bootstrap": "4.0.0",
+ "node-sass": "^4.7.2",
+ "popper.js": "^1.14.0",
+ "postcss-cli": "^5.0.0",
+ "stylelint": "^9.1.3",
+ "stylelint-config-recommended-scss": "^3.1.0",
+ "stylelint-config-standard": "^18.2.0",
+ "stylelint-order": "^0.8.1",
+ "stylelint-scss": "^2.5.0"
+ }
+}