diff options
| author | Mark Otto <[email protected]> | 2013-07-26 01:43:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 01:43:53 -0700 |
| commit | 5b2b46fe28b0dad4c41c2fe9bd96fa166e54b96d (patch) | |
| tree | 62dc5712b47a5d89936c6efffcad4ae545656000 /package.json | |
| parent | 5d766d9e2ff09ee5a8eeb148b86622297634a3ff (diff) | |
| parent | 2910e3cb5a4fbefad4f16ecc5cf9a4385b9bd2cc (diff) | |
| download | bootstrap-5b2b46fe28b0dad4c41c2fe9bd96fa166e54b96d.tar.xz bootstrap-5b2b46fe28b0dad4c41c2fe9bd96fa166e54b96d.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/package.json b/package.json index 8115cdeb9..e9e8fd29c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ , "keywords": ["bootstrap", "css"] , "homepage": "http://twbs.github.com/bootstrap/" , "author": "Twitter Inc." - , "scripts": { "test": "make test" } + , "scripts": { "test": "grunt test" } , "repository": { "type": "git" , "url": "https://github.com/twbs/bootstrap.git" @@ -17,9 +17,14 @@ } ] , "devDependencies": { - "uglify-js": "1.3.4" - , "jshint": "2.1.2" - , "recess": "1.1.7" - , "connect": "2.1.3" + "grunt": "~0.4.1" + , "grunt-contrib-connect": "~0.3.0" + , "grunt-contrib-clean": "~0.5.0" + , "grunt-contrib-concat": "~0.3.0" + , "grunt-contrib-jshint": "~0.6.0" + , "grunt-contrib-uglify": "~0.2.2" + , "grunt-contrib-qunit": "~0.2.2" + , "grunt-contrib-watch": "~0.5.1" + , "grunt-recess": "~0.3.3" } } |
