You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angular-diff/bower.json

26 lines
509 B
JSON

{
"name": "angular-diff",
"version": "v1.0.1",
"description": "Diff filter for angular.js. Show inline text diff in your page",
"homepage": "https://github.com/matteosuppo/angular-diff",
"authors": [
"Matteo Suppo <matteo.suppo@gmail.com>"
],
"keywords": [
"angular",
"diff"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.10",
"angular-mocks": "~1.3.10"
}
}