Files

39 lines
940 B
JSON

{
"name": "angular-poller",
"filename": "angular-poller.min.js",
"description": "Angular Poller service uses a timer and sends requests every few seconds to keep the client synced with the server.",
"version": "0.3.2",
"homepage": "https://github.com/emmaguo/angular-poller.git",
"author": {
"name": "Emma Guo",
"email": "emmahongguo@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/emmaguo/angular-poller.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/emmaguo/angular-poller/blob/master/LICENSE.md"
}
],
"dependencies": {},
"keywords": [
"AngularJS",
"angular",
"poller",
"poller-service",
"angular-poller"
],
"autoupdate": {
"source": "git",
"target": "git://github.com/emmaguo/angular-poller.git",
"basePath": "",
"files": [
"angular-poller.js",
"angular-poller.min.js"
]
}
}