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

41 lines
897 B
JSON
Raw Normal View History

2015-05-05 03:10:25 +02:00
{
"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": {},
"_release": "0.1.9",
"_resolution": {
"type": "version",
"tag": "0.1.9",
"commit": "0b26f8859f602925ef45c156855bfd4206b86239"
},
"_source": "git://github.com/vitalets/angular-xeditable.git",
"_target": ">=0.1.8",
"_originalSource": "angular-xeditable"
}