revert angularjs upgrade
Showing
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-mocks", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"version": "1.5.3", | ||
"description": "AngularJS mocks for testing", | ||
"main": "angular-mocks.js", | ||
"scripts": { | ||
... | ... | @@ -23,12 +23,5 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-mocks": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
"homepage": "http://angularjs.org" | ||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | ||
"name": "angular-route", | ||
"version": "1.5.9-build.5020+sha.0784977", | ||
"version": "1.5.3", | ||
"description": "AngularJS router module", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -22,12 +22,5 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-route": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
"homepage": "http://angularjs.org" | ||
} |
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.9-build.5020+sha.0784977", | ||
"version": "1.5.3", | ||
"description": "AngularJS module for sanitizing HTML", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -22,12 +22,5 @@ |
"bugs": { | ||
"url": "https://github.com/angular/angular.js/issues" | ||
}, | ||
"homepage": "http://angularjs.org", | ||
"jspm": { | ||
"shim": { | ||
"angular-sanitize": { | ||
"deps": ["angular"] | ||
} | ||
} | ||
} | ||
"homepage": "http://angularjs.org" | ||
} |
public/vendor/angular/LICENSE.md
deleted
100644 → 0
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.9-build.5020+sha.0784977", | ||
"version": "1.5.3", | ||
"description": "HTML enhanced for web apps", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... |
public/vendor/lodash/.bower.json
0 → 100644
public/vendor/lodash/.editorconfig
0 → 100644
public/vendor/lodash/.gitattributes
0 → 100644
public/vendor/lodash/.github/CONTRIBUTING.md
0 → 100644
public/vendor/lodash/.gitignore
0 → 100644
public/vendor/lodash/.jscsrc
0 → 100644
public/vendor/lodash/.travis.yml
0 → 100644
public/vendor/lodash/LICENSE
0 → 100644
public/vendor/lodash/README.md
0 → 100644
public/vendor/lodash/dist/lodash.core.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/dist/lodash.core.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/dist/lodash.fp.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/dist/lodash.fp.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/dist/lodash.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/dist/lodash.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/dist/mapping.fp.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/doc/README.md
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/fp/_baseConvert.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/fp/_convertBrowser.js
0 → 100644
public/vendor/lodash/fp/_mapping.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/fp/placeholder.js
0 → 100644
public/vendor/lodash/lib/common/file.js
0 → 100644
public/vendor/lodash/lib/common/mapping.js
0 → 100644
public/vendor/lodash/lib/common/minify.js
0 → 100644
public/vendor/lodash/lib/common/util.js
0 → 100644
public/vendor/lodash/lib/fp/build-dist.js
0 → 100644
public/vendor/lodash/lib/fp/build-doc.js
0 → 100644
public/vendor/lodash/lib/fp/build-modules.js
0 → 100644
public/vendor/lodash/lib/main/build-dist.js
0 → 100644
public/vendor/lodash/lib/main/build-doc.js
0 → 100644
public/vendor/lodash/lib/main/build-site.js
0 → 100644
public/vendor/lodash/lodash.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/package.json
0 → 100644
{ | ||
"name": "lodash", | ||
"version": "4.15.0", | ||
"license": "MIT", | ||
"private": true, | ||
"main": "lodash.js", | ||
"scripts": { | ||
"build": "npm run build:main && npm run build:fp", | ||
"build:fp": "node lib/fp/build-dist.js", | ||
"build:fp-modules": "node lib/fp/build-modules.js", | ||
"build:main": "node lib/main/build-dist.js", | ||
"build:main-modules": "node lib/main/build-modules.js", | ||
"doc": "node lib/main/build-doc github && npm run test:doc", | ||
"doc:fp": "node lib/fp/build-doc", | ||
"doc:site": "node lib/main/build-doc site", | ||
"doc:sitehtml": "optional-dev-dependency marky-markdown@^8.0.0 && npm run doc:site && node lib/main/build-site", | ||
"pretest": "npm run build", | ||
"style": "npm run style:main && npm run style:fp && npm run style:perf && npm run style:test", | ||
"style:fp": "jscs fp/*.js lib/**/*.js", | ||
"style:main": "jscs lodash.js", | ||
"style:perf": "jscs perf/*.js perf/**/*.js", | ||
"style:test": "jscs test/*.js test/**/*.js", | ||
"test": "npm run test:main && npm run test:fp", | ||
"test:doc": "markdown-doctest", | ||
"test:fp": "node test/test-fp", | ||
"test:main": "node test/test", | ||
"validate": "npm run style && npm run test" | ||
}, | ||
"devDependencies": { | ||
"async": "^2.0.1", | ||
"benchmark": "^2.1.1", | ||
"chalk": "^1.1.3", | ||
"codecov.io": "~0.1.6", | ||
"coveralls": "^2.11.12", | ||
"curl-amd": "~0.8.12", | ||
"docdown": "~0.7.1", | ||
"dojo": "^1.11.2", | ||
"ecstatic": "^2.1.0", | ||
"fs-extra": "~0.30.0", | ||
"glob": "^7.0.5", | ||
"istanbul": "0.4.4", | ||
"jquery": "^3.1.0", | ||
"jscs": "^3.0.7", | ||
"lodash": "4.14.2", | ||
"lodash-doc-globals": "^0.1.1", | ||
"markdown-doctest": "^0.8.1", | ||
"optional-dev-dependency": "^1.3.0", | ||
"platform": "^1.3.1", | ||
"qunit-extras": "^2.1.0", | ||
"qunitjs": "^2.0.1", | ||
"request": "^2.74.0", | ||
"requirejs": "^2.2.0", | ||
"sauce-tunnel": "^2.5.0", | ||
"uglify-js": "2.7.0", | ||
"webpack": "^1.13.1" | ||
} | ||
} |
public/vendor/lodash/perf/asset/perf-ui.js
0 → 100644
public/vendor/lodash/perf/index.html
0 → 100644
public/vendor/lodash/perf/perf.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/test/asset/test-ui.js
0 → 100644
public/vendor/lodash/test/asset/worker.js
0 → 100644
public/vendor/lodash/test/backbone.html
0 → 100644
public/vendor/lodash/test/fp.html
0 → 100644
public/vendor/lodash/test/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/test/remove.js
0 → 100644
public/vendor/lodash/test/saucelabs.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/test/test-fp.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/test/test.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/test/underscore.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/vendor/lodash/vendor/backbone/LICENSE
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.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/vendor/lodash/vendor/json-js/json2.js
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.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment