Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{ | |
"name": "bootstrap-essentials", | |
"version": "0.7.1", | |
"description": "Essential and common classes for bootstrap for faster web development", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/grvpanchal/bootstrap-essentials.git" | |
}, | |
"keywords": [ | |
"bootstrap", | |
"css", | |
"js", | |
"scss", | |
"mobile-first", | |
"responsive", | |
"front-end", | |
"framework", | |
"web" | |
], | |
"author": "Gaurav Panchal", | |
"license": "GPL-3.0", | |
"devDependencies": { | |
"grunt": "~0.4.5", | |
"grunt-autoprefixer": "^3.0.4", | |
"grunt-contrib-concat": "~1.0.1", | |
"grunt-contrib-csslint": "~1.0.0", | |
"grunt-contrib-cssmin": "~1.0.0", | |
"grunt-contrib-jshint": "~1.0.0", | |
"grunt-contrib-sass": "~1.0.0", | |
"grunt-contrib-uglify": "~1.0.1", | |
"grunt-contrib-copy": "~1.0.0", | |
"grunt-csscomb": "~3.1.0" | |
}, | |
"bugs": { | |
"url": "https://github.com/grvpanchal/bootstrap-essentials/issues" | |
}, | |
"homepage": "https://github.com/grvpanchal/bootstrap-essentials#readme" | |
} |