Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-contrib-copy/package.json b/node_modules/grunt-contrib-copy/package.json
new file mode 100644
index 0000000..8026d6f
--- /dev/null
+++ b/node_modules/grunt-contrib-copy/package.json
@@ -0,0 +1,73 @@
+{
+ "_from": "grunt-contrib-copy@^1.0.0",
+ "_id": "grunt-contrib-copy@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-cGDGWB6QS4qw0A8HbgqPbj58NXM=",
+ "_location": "/grunt-contrib-copy",
+ "_phantomChildren": {
+ "escape-string-regexp": "1.0.5",
+ "has-ansi": "2.0.0",
+ "strip-ansi": "3.0.1"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "grunt-contrib-copy@^1.0.0",
+ "name": "grunt-contrib-copy",
+ "escapedName": "grunt-contrib-copy",
+ "rawSpec": "^1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.0"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz",
+ "_shasum": "7060c6581e904b8ab0d00f076e0a8f6e3e7c3573",
+ "_spec": "grunt-contrib-copy@^1.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+ "appveyor_id": "fe6l517l01ys2y86",
+ "author": {
+ "name": "Grunt Team",
+ "url": "http://gruntjs.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/gruntjs/grunt-contrib-copy/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "chalk": "^1.1.1",
+ "file-sync-cmp": "^0.1.0"
+ },
+ "deprecated": false,
+ "description": "Copy files and folders",
+ "devDependencies": {
+ "grunt": "^0.4.5",
+ "grunt-cli": "^0.1.13",
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-internal": "^0.4.5",
+ "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-nodeunit": "^0.4.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "tasks"
+ ],
+ "homepage": "https://github.com/gruntjs/grunt-contrib-copy#readme",
+ "keywords": [
+ "gruntplugin"
+ ],
+ "license": "MIT",
+ "main": "tasks/copy.js",
+ "name": "grunt-contrib-copy",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gruntjs/grunt-contrib-copy.git"
+ },
+ "scripts": {
+ "test": "grunt test"
+ },
+ "version": "1.0.0"
+}