forked from oraoto/pib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.11 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
54
55
56
{
"name": "php-wasm",
"description": "Run PHP right in the browser.",
"repository": "https://github.com/seanmorris/pib",
"author": "Oraoto <[email protected]>",
"version": "0.0.5",
"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": "[email protected]"
},
{
"name": "Sean Morris",
"email": "[email protected]",
"url": "https://seanmorr.is"
}
],
"files": [
"Php.js",
"PhpBase.js",
"PhpNode.js",
"PhpShell.js",
"PhpWeb.js",
"PhpWebView.js",
"PhpWebDrupal.js",
"PhpWorker.js",
"UniqueIndex.js",
"php-web.js",
"php-web.wasm",
"php-web.data",
"php-web-drupal.wasm",
"php-web-drupal.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": {}
}