Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.scrollto/package.json')
-rw-r--r--node_modules/jquery.scrollto/package.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/node_modules/jquery.scrollto/package.json b/node_modules/jquery.scrollto/package.json
new file mode 100644
index 0000000000..354d02e6b6
--- /dev/null
+++ b/node_modules/jquery.scrollto/package.json
@@ -0,0 +1,74 @@
+{
+ "_args": [
+ [
+ "jquery.scrollto@2.1.2",
+ "/Users/benakamoorthi/Projects/matomo"
+ ]
+ ],
+ "_from": "jquery.scrollto@2.1.2",
+ "_id": "jquery.scrollto@2.1.2",
+ "_inBundle": false,
+ "_integrity": "sha1-51gNnHrEbvW7JTGUg/b0VxP9fGw=",
+ "_location": "/jquery.scrollto",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "jquery.scrollto@2.1.2",
+ "name": "jquery.scrollto",
+ "escapedName": "jquery.scrollto",
+ "rawSpec": "2.1.2",
+ "saveSpec": null,
+ "fetchSpec": "2.1.2"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/jquery.scrollto/-/jquery.scrollto-2.1.2.tgz",
+ "_spec": "2.1.2",
+ "_where": "/Users/benakamoorthi/Projects/matomo",
+ "author": {
+ "name": "Ariel Flesler",
+ "url": "http://flesler.blogspot.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/flesler/jquery.scrollTo/issues"
+ },
+ "demo": "http://demos.flesler.com/jquery/scrollTo/",
+ "dependencies": {
+ "jquery": ">=1.8"
+ },
+ "description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
+ "docs": "https://github.com/flesler/jquery.scrollTo/",
+ "download": "https://github.com/flesler/jquery.scrollTo/releases",
+ "homepage": "https://github.com/flesler/jquery.scrollTo/",
+ "ignore": [
+ "**/.*",
+ "demo",
+ "tests",
+ "CHANGELOG",
+ "README.md",
+ "composer.json",
+ "bower.json"
+ ],
+ "keywords": [
+ "browser",
+ "animated",
+ "animation",
+ "scrolling",
+ "scroll",
+ "links",
+ "anchors",
+ "jquery",
+ "jquery-plugin",
+ "ecosystem:jquery"
+ ],
+ "license": "MIT",
+ "main": "jquery.scrollTo.js",
+ "name": "jquery.scrollto",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/flesler/jquery.scrollTo.git"
+ },
+ "version": "2.1.2"
+}