adhoctribution/bower.json

29 строки
636 B
JSON

{
"name": "adhoctribution",
"version": "0.0.0",
"homepage": "https://github.com/adamlofting/adhoctribution",
"authors": [
"Adam Lofting <contactme@adamlofting.com>"
],
"description": "A tool for logging ad-hoc contribution activities that we can't count elsewhere",
"main": "web.js",
"keywords": [
"contribution"
],
"license": "MPL2",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery.validation": "~1.12.0",
"bootstrap-datepicker": "~1.3.0",
"jquery-cookie": "~1.4.0",
"jquery": "~2.1.0"
}
}