bragit
Version:
Show off your Github repository buttons with elegance.
36 lines (35 loc) • 671 B
JSON
{
"name": "bragit",
"main": "dist/bragit.js",
"version": "1.0.6",
"homepage": "https://github.com/websemantics/bragit",
"authors": [
"Adnan <adnan@websemantics.ca>"
],
"description": "Show off your Github repository buttons with elegance.",
"keywords": [
"semantic-ui",
"github",
"buttons",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"demo/lib",
"test",
"tests"
],
"devDependencies": {
"semantic-ui": "*",
"codemirror": "*",
"tinyColorPicker": "*",
"handlebars": "*",
"tinycolor": "*",
"js-beautify" : "*"
},
"dependencies": {
"gitters" : "*"
}
}