From dd9305795e4be55495cef6b890dfa45a53f17a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Gr=C3=B6nke?= Date: Wed, 11 Nov 2015 23:27:40 +0100 Subject: [PATCH] add missing bower properties --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e8ec6414..0e35d691 100644 --- a/bower.json +++ b/bower.json @@ -10,5 +10,8 @@ "keywords": ["mobile data", "javascipt data", "local storage", "mobile platform", "html5", "html5 application", "html5 applications", "html5 local", "html5 local storage", "html5 mobile", "crossplatform mobile developement", "opensource mobile", "opensource data library", "html5 library", "hybrid mobile", "nodejs data", "jadata","odata", "web api", "kendo ui", "sencha touch", "websql", "sqlite", "mongodb" ], - "license": "MIT" + "license": "MIT", + "ignore": [], + "dependencies": {}, + "devDependencies": {} }