Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-contrib-requirejs/package.json b/node_modules/grunt-contrib-requirejs/package.json
new file mode 100644
index 0000000..ca03af5
--- /dev/null
+++ b/node_modules/grunt-contrib-requirejs/package.json
@@ -0,0 +1,67 @@
+{
+  "_from": "grunt-contrib-requirejs@^1.0.0",
+  "_id": "grunt-contrib-requirejs@1.0.0",
+  "_inBundle": false,
+  "_integrity": "sha1-7BZwyvwycTkC7lNWlFRxWy48utU=",
+  "_location": "/grunt-contrib-requirejs",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "grunt-contrib-requirejs@^1.0.0",
+    "name": "grunt-contrib-requirejs",
+    "escapedName": "grunt-contrib-requirejs",
+    "rawSpec": "^1.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^1.0.0"
+  },
+  "_requiredBy": [
+    "#DEV:/"
+  ],
+  "_resolved": "https://registry.npmjs.org/grunt-contrib-requirejs/-/grunt-contrib-requirejs-1.0.0.tgz",
+  "_shasum": "ec1670cafc32713902ee53569454715b2e3cbad5",
+  "_spec": "grunt-contrib-requirejs@^1.0.0",
+  "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+  "author": {
+    "name": "Grunt Team",
+    "url": "http://gruntjs.com/"
+  },
+  "bugs": {
+    "url": "https://github.com/gruntjs/grunt-contrib-requirejs/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "requirejs": "^2.1.0"
+  },
+  "deprecated": false,
+  "description": "Optimize RequireJS projects using r.js",
+  "devDependencies": {
+    "grunt": "^0.4.5",
+    "grunt-cli": "^0.1.13",
+    "grunt-contrib-clean": "^0.6.0",
+    "grunt-contrib-internal": "^0.4.7",
+    "grunt-contrib-jshint": "^0.11.0",
+    "grunt-contrib-nodeunit": "^0.4.0"
+  },
+  "engines": {
+    "node": ">=0.10.0"
+  },
+  "files": [
+    "tasks"
+  ],
+  "homepage": "https://github.com/gruntjs/grunt-contrib-requirejs#readme",
+  "keywords": [
+    "gruntplugin"
+  ],
+  "license": "MIT",
+  "main": "tasks/requirejs.js",
+  "name": "grunt-contrib-requirejs",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/gruntjs/grunt-contrib-requirejs.git"
+  },
+  "scripts": {
+    "test": "grunt test"
+  },
+  "version": "1.0.0"
+}