-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
executable file
·53 lines (53 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "php-wasm",
"description": "Run PHP right in the browser.",
"repository": "https://github.com/seanmorris/pib",
"author": "Oraoto <oraoto@outlook.com>",
"version": "0.0.4-b",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.0.0"
},
"contributors": [
{
"name": "Oraoto",
"email": "oraoto@outlook.com"
},
{
"name": "Sean Morris",
"email": "php-wasm@seanmorr.is",
"url": "https://seanmorr.is"
}
],
"files": [
"Php.js",
"PhpBase.js",
"PhpNode.js",
"PhpShell.js",
"PhpWeb.js",
"PhpWebView.js",
"PhpWorker.js",
"UniqueIndex.js",
"php-web.js",
"php-web.wasm",
"php-web.data",
"php-worker.js",
"php-worker.wasm",
"php-worker.data",
"php-node.js",
"php-node.wasm",
"php-node.data",
"php-shell.js",
"php-shell.wasm",
"php-shell.data",
"php-webview.js",
"php-webview.wasm",
"php-webview.data",
"UniqueIndex.js",
"ZVal.js"
],
"dependencies": {}
}