1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/package.json

31 lines
690 B
JSON
Raw Normal View History

2014-04-04 13:54:34 -03:00
{
"name": "bootstrap-sass",
2015-06-16 16:25:34 +00:00
"version": "3.3.5",
2015-09-27 14:28:00 +01:00
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
2015-01-14 21:46:23 +00:00
"main": "assets/javascripts/bootstrap.js",
2014-04-04 13:54:34 -03:00
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"
},
"keywords": [
"bootstrap",
"sass",
"css"
],
"contributors": [
"Thomas McDonald",
"Tristan Harward",
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/twbs/bootstrap-sass/issues"
},
"devDependencies": {
"node-sass": "~3.4.2",
"mincer": "~1.3",
"ejs": "~2.3"
2014-04-04 13:54:34 -03:00
}
}