2014-04-04 13:54:34 -03:00
|
|
|
{
|
|
|
|
"name": "bootstrap-sass",
|
2014-11-12 18:18:30 +01:00
|
|
|
"version": "3.3.1",
|
2014-04-04 13:54:34 -03:00
|
|
|
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
|
|
|
|
"main": "index.js",
|
|
|
|
"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"
|
2014-08-28 13:35:16 +04:30
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-10-16 22:45:56 +02:00
|
|
|
"node-sass": "~1.0",
|
|
|
|
"mincer": "~1.1",
|
|
|
|
"ejs": "~1.0"
|
2014-04-04 13:54:34 -03:00
|
|
|
}
|
|
|
|
}
|