Modify spec file so to generate and install widget.
[profile/ivi/cowhide.git] / package.json
index 4df0276..2429560 100644 (file)
@@ -1,7 +1,7 @@
 {
-    "name": "Cowhide",
+    "name": "cowhide",
         "description": "HTML5 components for fast UI development and support for Tizen IVI.",
-        "version": "0.1.0",
+        "version": "0.1.17",
         "keywords": [
             "tizen",
             "ivi",
@@ -31,6 +31,7 @@
         "devDependencies": {
             "grunt": ">= 0.4",
 
+            "grunt-update-submodules": "0.2.0",
             "grunt-contrib-watch": ">= 0.3.1",
             "grunt-contrib-jshint": ">= 0.3.0",
             "grunt-contrib-concat": ">= 0.2.0",
             "grunt-contrib-copy": ">= 0.4.1",
             "grunt-contrib-compress": ">= 0.5.0",
             "grunt-contrib-clean": ">= 0.4.1",
+            "grunt-contrib-qunit": ">= 0.2.1",
 
             "grunt-exec": ">= 0.4.0",
             "grunt-growl": "0.1.2",
+            "grunt-sed": ">= 0.1.1",
             "hogan.js": ">= 2.0.0",
-            "connect": ">= 2.7.2"
+            "connect": ">= 2.7.2",
+            "ws": ">= 0.4.31"
         }
 }