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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <michael.cohen@bas0275.buildasign.local>2016-01-22 18:54:53 +0300
committerunknown <michael.cohen@bas0275.buildasign.local>2016-01-22 18:54:53 +0300
commit3d75bc2e123cf50f097ac8f7737e90d04dd7bb80 (patch)
tree0eda1ee1b85bd5896256d6299c04429837e1ef03 /package.json
parent31acbea483821acb726f1b4880d1452aee90367e (diff)
Added Eyeglass support
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 21c9c0ec..93d7acb3 100644
--- a/package.json
+++ b/package.json
@@ -26,5 +26,9 @@
"node-sass": "~3.4.2",
"mincer": "~1.3",
"ejs": "~2.3"
+ },
+ "eyeglass": {
+ "exports": "eyeglass-exports.js",
+ "needs": "^0.7.1"
}
}