UNPKG

bragit

Version:

Show off your Github repository buttons with elegance.

50 lines (49 loc) 1.72 kB
{ "name": "bragit", "version": "1.0.6", "description": "Show off your Github repository buttons with elegance.", "main": "dist/bragit.js", "config": { "deploy": { "dist": "./demo/", "name": "iAyeBot", "email": "iayebot@websemantics.ca", "branch": "master:gh-pages", "message": "Deploy to gh-pages" } }, "scripts": { "build": "./node_modules/uglify-js/bin/uglifyjs ./node_modules/base-64/base64.js node_modules/larder/larder.js ./node_modules/gitters/gitters.js bragit.js > dist/bragit.js", "change-version": "node node_modules/bootstrap/grunt/change-version.js", "deploy": "cd $npm_package_config_deploy_dist && git push --force --quiet \"https://${GH_TOKEN}@${GH_REF}\" ${npm_package_config_deploy_branch} > /dev/null 2>&1 ", "predeploy": "bower install && cd $npm_package_config_deploy_dist && git init && git config user.name $npm_package_config_deploy_name && git config user.email $npm_package_config_deploy_email && git add -A . && git commit -am \"$npm_package_config_deploy_message\" ", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/websemantics/bragit.git" }, "keywords": [ "semantic-ui", "github", "buttons", "gitters", "larder", "jquery" ], "author": { "name": "Adnan M.Sagar, PhD.", "email": "adnan@websemantics.ca" }, "license": "MIT", "bugs": { "url": "https://github.com/websemantics/bragit/issues" }, "devDependencies": { "bootstrap": "4.0.0-alpha.3", "shelljs": "^0.7.0", "uglify-js": "^2.7.3", "gitters": "*" }, "homepage": "https://github.com/websemantics/bragit#readme" }