diff options
| author | Chris Rebert <[email protected]> | 2014-01-08 18:36:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-08 18:36:32 -0800 |
| commit | 9443044606954bf58dab954fa081d9ec180e9a25 (patch) | |
| tree | a657eac7e4079114d2a0b1e68c2215ade7dc6bfe /package.json | |
| parent | 1736bcb05cb2c0b96825099fbb05b93ba4f327e5 (diff) | |
| parent | db829f8620d7fb04b48adb5dd0ad297f0c930453 (diff) | |
| download | bootstrap-9443044606954bf58dab954fa081d9ec180e9a25.tar.xz bootstrap-9443044606954bf58dab954fa081d9ec180e9a25.zip | |
Merge pull request #11158 from twbs/templated-customizer
Autogenerate the customizer's variables form
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 2c4519656..fdf16c4d4 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", + "grunt-contrib-jade": "~0.8.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-less": "~0.9.0", "grunt-contrib-qunit": "~0.3.0", @@ -44,7 +45,8 @@ "grunt-jscs-checker": "~0.3.0", "grunt-saucelabs": "~4.1.2", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~0.2.1" + "load-grunt-tasks": "~0.2.1", + "markdown": "~0.5.0" }, "jspm": { "main": "js/bootstrap", |
