From 782801bf4dfa30fe457705574b5e78d660568090 Mon Sep 17 00:00:00 2001 From: Austin Turnage Date: Mon, 30 Mar 2015 21:08:54 -0400 Subject: [PATCH] cleaned up package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ac89c40..31d7114 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "php-webkit", "description": "Allows you to run PHP within node-webkit.", "version": "0.1", +"dependencies":{ + "express":"4.*.*" + }, "main": "./php-webkit/index.html", "node-remote": "", "phpwebkit": { @@ -10,6 +13,7 @@ "host": "127.0.0.1", //The host the PHP app runs on "port": 9090 //The port the PHP app runs on }, + "license":"MIT", "window": { "toolbar": false, "position": "center"