tech(update angularjs): updated angularjs to 1.5.9
Showing
public/vendor/angular-mocks/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-mocks", | ||
"version": "1.5.3", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"description": "AngularJS mocks for testing", | ||
"main": "angular-mocks.js", | ||
"scripts": { | ||
... | ... | @@ -23,5 +23,12 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org" | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-mocks": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
} |
public/vendor/angular-route/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-route", | ||
"version": "1.5.3", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"description": "AngularJS router module", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -22,5 +22,12 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org" | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-route": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
} |
public/vendor/angular-sanitize/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-sanitize", | ||
"version": "1.5.3", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"description": "AngularJS module for sanitizing HTML", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -22,5 +22,12 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org" | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-sanitize": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
} |
public/vendor/angular/LICENSE.md
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
No preview for this file type
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "angular", | ||
"version": "1.5.3", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"description": "HTML enhanced for web apps", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... |
Please
register
or
sign in
to comment