mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
38 lines
853 B
JSON
38 lines
853 B
JSON
{
|
|
"name": "angularFire",
|
|
"filename": "angularfire.min.js",
|
|
"description": "AngularFire is a set of Firebase bindings for AngularJS. It allows you to easily plug in a backend powered by Firebase to your Angular based webapp.",
|
|
"version": "0.5.0",
|
|
"homepage": "http://github.com/firebase/angularFire",
|
|
"keywords": [
|
|
"realtime",
|
|
"websockets",
|
|
"firebase",
|
|
"AngularJS",
|
|
"angular",
|
|
"angular.js"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Anant Narayanan"
|
|
},
|
|
{
|
|
"name": "Peter Bacon Darwin"
|
|
},
|
|
{
|
|
"name": "Thomas Weiser"
|
|
}
|
|
],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "git://github.com/firebase/angularFire.git"
|
|
}],
|
|
"bugs": "https://github.com/firebase/angularFire/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://firebase.mit-license.org"
|
|
}
|
|
]
|
|
}
|