Compare commits
22
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
108db40381 | ||
|
|
4b2a0a9603 | ||
|
|
c6342f9061 | ||
|
|
2c46d4fc81 | ||
|
|
5395995b6d | ||
|
|
7b43daff14 | ||
|
|
7011bcf972 | ||
|
|
f4c8bfb8ca | ||
|
|
c6e3881ffe | ||
|
|
cef129e231 | ||
|
|
40f2742741 | ||
|
|
a59b7366ed | ||
|
|
d8ac14c3c3 | ||
|
|
bd4d561d97 | ||
|
|
094aab3cff | ||
|
|
872e48471f | ||
|
|
f4d5419316 | ||
|
|
1833eb3c72 | ||
|
|
583f053e9c | ||
|
|
6b6d3c2fe6 | ||
|
|
c844d6e984 | ||
|
|
d677906d87 |
@@ -0,0 +1 @@
|
||||
{ "main": "humanize-duration", "format": "global" }
|
||||
@@ -0,0 +1 @@
|
||||
{ "main": "moment", "format": "global" }
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+8
-1
@@ -115,6 +115,7 @@
|
||||
"bootstrap": "github:twbs/bootstrap",
|
||||
"bootstrap-less": "github:distros/bootstrap-less",
|
||||
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
|
||||
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
||||
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
||||
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
||||
"breeze": "npm:breeze-client",
|
||||
@@ -153,6 +154,7 @@
|
||||
"es6-shim": "github:es-shims/es6-shim",
|
||||
"eva": "npm:eva",
|
||||
"events": "github:jspm/nodelibs-events",
|
||||
"event-attr-to-promise": "github:tengyifei/event-attr-to-promise",
|
||||
"extend": "github:gamtiq/extend",
|
||||
"famous": "github:Famous/famous",
|
||||
"famous-angular": "github:Famous/famous-angular",
|
||||
@@ -178,6 +180,7 @@
|
||||
"http": "github:jspm/nodelibs-http",
|
||||
"https": "github:jspm/nodelibs-https",
|
||||
"humane-js": "github:wavded/humane-js",
|
||||
"humanize-duration": "github:EvanHahn/HumanizeDuration.js",
|
||||
"i18next-client": "npm:i18next-client",
|
||||
"icheck": "github:fronteed/iCheck",
|
||||
"immstruct": "npm:immstruct",
|
||||
@@ -260,6 +263,8 @@
|
||||
"pdfmake": "github:bpampuch/pdfmake",
|
||||
"phaser": "github:photonstorm/phaser",
|
||||
"pikaday": "github:dbushell/Pikaday",
|
||||
"pixi-tiledmap": "npm:pixi-tiledmap",
|
||||
"pixi.js": "npm:pixi.js",
|
||||
"poly": "github:cujojs/poly",
|
||||
"postal": "npm:postal",
|
||||
"pouchdb": "github:pouchdb/pouchdb",
|
||||
@@ -270,7 +275,7 @@
|
||||
"puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework",
|
||||
"puremvc-multicore": "github:PureMVC/puremvc-typescript-multicore-framework",
|
||||
"querystring": "github:jspm/nodelibs-querystring",
|
||||
"quint": "github:jquery/qunit",
|
||||
"qunit": "github:jquery/qunit",
|
||||
"rangy": "github:timdown/rangy-release",
|
||||
"raphael": "github:DmitryBaranovskiy/raphael",
|
||||
"ratchet": "github:maker/ratchet",
|
||||
@@ -288,7 +293,9 @@
|
||||
"restangular": "github:mgonto/restangular",
|
||||
"return-function": "npm:return-function",
|
||||
"rx": "npm:rx",
|
||||
"rx-angular": "npm:rx-angular",
|
||||
"saairey-bootstrap-wizard": "github:saairey/bootstrap-wizard",
|
||||
"sass.js": "npm:sass.js",
|
||||
"select2": "github:select2/select2",
|
||||
"selectize": "github:brianreavis/selectize.js",
|
||||
"semantic-ui": "github:Semantic-Org/Semantic-UI",
|
||||
|
||||
Reference in New Issue
Block a user