This repository has been archived on 2020-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
angular-contenteditable/bower.json

26 lines
491 B
JSON
Raw Normal View History

{ "name": "angular-contenteditable"
, "version": "0.3.0"
, "main": "angular-contenteditable.js"
2013-07-03 14:18:44 +00:00
, "ignore":
[ ".*"
, "README.md"
2013-07-03 14:18:44 +00:00
, "Gruntfile.coffee"
, "package.json"
, "components"
, "node_modules"
, "src"
, "test"
]
, "dependencies":
2013-07-12 17:53:50 +00:00
{ "angular-unstable": "~1.1.5"
}
, "devDependencies":
{ "angular-mocks": "~1.0.5"
, "angular-scenario": "~1.0.5"
2013-06-25 14:53:52 +00:00
, "angular-bootstrap": "~0.3.0"
2013-06-20 02:33:52 +00:00
, "expect": "~0.2.0"
2013-07-04 15:43:18 +00:00
, "jquery": "~2.0.2"
, "bootstrap-css": "~2.3.2"
}
}