1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/vendor/assets/components/checklist-model/bower.json

23 lines
470 B
JSON
Raw Normal View History

2015-05-05 03:10:25 +02:00
{
"name": "checklist-model",
"version": "0.2.4",
"description": "AngularJS directive for list of checkboxes",
"author": "https://github.com/vitalets",
"license": "MIT",
"homepage": "http://vitalets.github.io/checklist-model",
"main": "checklist-model.js",
"ignore": [
"**/.*",
"node_modules",
"docs",
"Gruntfile.js",
"index.html",
"package.json"
],
"dependencies": {
"angular": ">=1.0.8"
},
"devDependencies": {
}
}