mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 09:47:48 +10:00
29 lines
768 B
JSON
29 lines
768 B
JSON
{
|
|
"name": "bootswatch",
|
|
"filename": "custom/bootstrap.min.css",
|
|
"version": "3.2.0+2",
|
|
"description": "Bootswatch is a collection of themes for Bootstrap.",
|
|
"author": "Thomas Park",
|
|
"homepage": "http://bootswatch.com/",
|
|
"keywords": [
|
|
"css"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thomaspark/bootswatch.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "~1.2.8",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-connect": "~0.8.0",
|
|
"grunt-contrib-less": "~0.9.0",
|
|
"grunt-contrib-watch": "~0.5.1"
|
|
}
|
|
}
|