add angular-timer
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"main":"dist/angular-timer",
|
||||
"registry":"jspm",
|
||||
"format":"global",
|
||||
"dependencies":{
|
||||
"angular":"*",
|
||||
"moment":"*",
|
||||
"humanize-duration":"*"
|
||||
},
|
||||
"shim":{
|
||||
"dist/angular-timer":{
|
||||
"deps":[
|
||||
"angular",
|
||||
"humanize-duration",
|
||||
"moment"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user