1{ 2 "name": "yiistrap", 3 "version": "1.0.0", 4 "author": "Christoffer Niska <christoffer.niska@gmail.com>", 5 "description": "Yiistrap, Twitter Bootstrap for Yii.", 6 "contributors": [ 7 { 8 "name": "Christoffer Niska", 9 "email": "christoffer.niska@gmail.com", 10 "homepage": "http://www.cniska.net/" 11 }, 12 { 13 "name": "Antonio Ramirez", 14 "email": "ramirez.cobos@gmail.com", 15 "homepage": "http://www.ramirezcobos.com/" 16 } 17 ], 18 "keywords": [ 19 "yii", 20 "yiistrap", 21 "bootstrap" 22 ], 23 "devDependencies": { 24 "grunt": "~0.4.1", 25 "grunt-contrib-less": "~0.6.1", 26 "grunt-contrib-watch": "~0.4.4" 27 } 28} 29