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/angular-xeditable/bower.json
2015-05-05 03:10:25 +02:00

33 lines
623 B
JSON

{
"name": "angular-xeditable",
"version": "0.1.9",
"description": "Edit in place for AngularJS",
"author": "https://github.com/vitalets",
"license": "MIT",
"homepage": "http://vitalets.github.io/angular-xeditable",
"main": [
"dist/css/xeditable.css",
"dist/js/xeditable.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"playground",
"test",
"libs",
"docs",
"zip",
"src",
"starter",
"Gruntfile.js",
"index.html",
"jsdoc.conf.json",
"package.json"
],
"dependencies": {
"angular": "~1.x"
},
"devDependencies": {
}
}