Merge pull request #444 from lookfirst/timer

add angular-timer
This commit is contained in:
Guy Bedford
2015-06-29 00:41:11 +01:00
@@ -0,0 +1,19 @@
{
"main":"dist/angular-timer",
"registry":"jspm",
"format":"global",
"dependencies":{
"angular":"^1.4.1",
"moment":"^2.10.3",
"humanize-duration":"^3.0.0"
},
"shim":{
"dist/angular-timer":{
"deps":[
"angular",
"humanize-duration",
"moment"
]
}
}
}