Submitted source to repo

This commit is contained in:
Brad Metcalf 2015-03-22 16:48:35 -05:00
commit 024ba6bd41
343 changed files with 56259 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "php-webkit",
"description": "Allows you to run PHP within node-webkit.",
"version": "0.1",
"main": "./php-webkit/index.html",
"node-remote": "<local>",
"phpwebkit": {
"host": "127.0.0.1",
"port": 9090
},
"window": {
"toolbar": false,
"position": "center"
}
}