]> git.andy128k.dev Git - ipf.git/commitdiff
use jquery from npm
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 15 Apr 2018 21:21:49 +0000 (23:21 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 15 Apr 2018 21:21:53 +0000 (23:21 +0200)
composer.json
composer.lock

index e563502fa46c1ef3f78c14f76205c841590ea8ff..d213fdf9581a18a7667f572be5073f0708dc83fc 100644 (file)
     "andy128k/pegp": "0.1.*@dev",
     "andy128k/routeexpression": "dev-master",
     "andy128k/ipf-legacy-template": "dev-master",
-    "bower-asset/jquery": "~2",
     "bower-asset/jquery-ui": "~1",
     "bower-asset/TableDnD": "dev-master",
     "bower-asset/jqueryui-timepicker-addon": "dev-master",
-    "bower-asset/tinymce-dist": "~4.1"
+    "bower-asset/tinymce-dist": "~4.1",
+    "npm-asset/jquery": "~2"
   },
   "require-dev": {
     "phpunit/phpunit": "4.4.*"
index 62e7c8efcc48e5f6a4e291f9d73e3abc9f8ed3d3..ceac9936877fa0b4b2cc353cae0a2d4c510ef77c 100644 (file)
@@ -1,10 +1,10 @@
 {
     "_readme": [
         "This file locks the dependencies of your project to a known state",
-        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "71d3b77fb8f02b910c3394b968ee56ad",
+    "content-hash": "31569304ec8f7b6cc8527629bc040b76",
     "packages": [
         {
             "name": "andy128k/ipf-legacy-template",
             ],
             "time": "2017-07-24T09:37:08+00:00"
         },
+        {
+            "name": "npm-asset/jquery",
+            "version": "2.2.4",
+            "dist": {
+                "type": "tar",
+                "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
+                "reference": null,
+                "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
+            },
+            "require-dev": {
+                "npm-asset/commitplease": "2.0.0",
+                "npm-asset/core-js": "0.9.17",
+                "npm-asset/grunt": "0.4.5",
+                "npm-asset/grunt-babel": "5.0.1",
+                "npm-asset/grunt-cli": "0.1.13",
+                "npm-asset/grunt-compare-size": "0.4.0",
+                "npm-asset/grunt-contrib-jshint": "0.11.2",
+                "npm-asset/grunt-contrib-uglify": "0.9.2",
+                "npm-asset/grunt-contrib-watch": "0.6.1",
+                "npm-asset/grunt-git-authors": "2.0.1",
+                "npm-asset/grunt-jscs": "2.1.0",
+                "npm-asset/grunt-jsonlint": "1.0.4",
+                "npm-asset/grunt-npmcopy": "0.1.0",
+                "npm-asset/gzip-js": "0.3.2",
+                "npm-asset/jsdom": "5.6.1",
+                "npm-asset/load-grunt-tasks": "1.0.0",
+                "npm-asset/qunit-assert-step": "1.0.3",
+                "npm-asset/qunitjs": "1.17.1",
+                "npm-asset/requirejs": "2.1.17",
+                "npm-asset/sinon": "1.10.3",
+                "npm-asset/sizzle": "2.2.1",
+                "npm-asset/strip-json-comments": "1.0.3",
+                "npm-asset/testswarm": "1.1.0",
+                "npm-asset/win-spawn": "2.0.0"
+            },
+            "type": "npm-asset-library",
+            "extra": {
+                "npm-asset-bugs": {
+                    "url": "https://github.com/jquery/jquery/issues"
+                },
+                "npm-asset-main": "dist/jquery.js",
+                "npm-asset-directories": [],
+                "npm-asset-repository": {
+                    "type": "git",
+                    "url": "git+https://github.com/jquery/jquery.git"
+                },
+                "npm-asset-scripts": {
+                    "build": "npm install && grunt",
+                    "start": "grunt watch",
+                    "test": "grunt && grunt test"
+                }
+            },
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "jQuery Foundation and other contributors",
+                    "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
+                }
+            ],
+            "description": "JavaScript library for DOM operations",
+            "homepage": "http://jquery.com",
+            "keywords": [
+                "browser",
+                "javascript",
+                "jquery",
+                "library"
+            ],
+            "time": "2016-05-20T17:26:07+00:00"
+        },
         {
             "name": "pear/archive_tar",
             "version": "1.3.16",