Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-contrib-watch/package.json b/node_modules/grunt-contrib-watch/package.json
new file mode 100644
index 0000000..2673a3e
--- /dev/null
+++ b/node_modules/grunt-contrib-watch/package.json
@@ -0,0 +1,76 @@
+{
+ "_from": "grunt-contrib-watch@^1.1.0",
+ "_id": "grunt-contrib-watch@1.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-yGweN+0DW5yM+oo58fRu/XIRrPcn3r4tQx+nL7eMRwjpvk+rQY6R8o94BPK0i2UhTg9FN21hS+m8vR8v9vXfeg==",
+ "_location": "/grunt-contrib-watch",
+ "_phantomChildren": {
+ "lodash": "4.17.20"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "grunt-contrib-watch@^1.1.0",
+ "name": "grunt-contrib-watch",
+ "escapedName": "grunt-contrib-watch",
+ "rawSpec": "^1.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.1.0"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.1.0.tgz",
+ "_shasum": "c143ca5b824b288a024b856639a5345aedb78ed4",
+ "_spec": "grunt-contrib-watch@^1.1.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+ "appveyor_id": "olyu3uhcq59avm8v",
+ "author": {
+ "name": "Grunt Team",
+ "url": "http://gruntjs.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "async": "^2.6.0",
+ "gaze": "^1.1.0",
+ "lodash": "^4.17.10",
+ "tiny-lr": "^1.1.1"
+ },
+ "deprecated": false,
+ "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
+ "devDependencies": {
+ "grunt": "^1.0.2",
+ "grunt-cli": "^1.2.0",
+ "grunt-contrib-internal": "^2.0.0",
+ "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-nodeunit": "^1.0.0",
+ "grunt-jscs": "^3.0.0",
+ "underscore.string": "^3.2.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "tasks"
+ ],
+ "homepage": "https://github.com/gruntjs/grunt-contrib-watch#readme",
+ "keywords": [
+ "gruntplugin",
+ "watch",
+ "livereload"
+ ],
+ "license": "MIT",
+ "main": "tasks/watch.js",
+ "name": "grunt-contrib-watch",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gruntjs/grunt-contrib-watch.git"
+ },
+ "scripts": {
+ "test": "grunt test -v"
+ },
+ "version": "1.1.0"
+}