Submitted source to repo
This commit is contained in:
commit
024ba6bd41
343 changed files with 56259 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue