forked from seanmorris/php-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.35 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
57
58
{
"name": "php-wasm-builder",
"version": "0.0.9-alpha-15",
"description": "Builds php-wasm, php-cgi-wasm & dependencies.",
"repository": "https://github.com/seanmorris/php-wasm",
"author": "Sean Morris<[email protected]>",
"license": "Apache-2.0",
"bin": {
"php-wasm-builder": "./bin/php-wasm-builder.js"
},
"scripts": {
"build": "make",
"build-image": "make image",
"clean": "make clean",
"test": "make test"
},
"dependencies": {
"php-wasm-dom": "^0.0.0-j",
"php-wasm-gd": "^0.0.9-i",
"php-wasm-iconv": "^0.0.9-j",
"php-wasm-intl": "^0.0.0-l",
"php-wasm-libxml": "^0.0.9-p",
"php-wasm-libzip": "^0.0.9-g",
"php-wasm-mbstring": "^0.0.0-c",
"php-wasm-openssl": "^0.0.9-k",
"php-wasm-phar": "^0.0.9-f",
"php-wasm-simplexml": "^0.0.0-j",
"php-wasm-sqlite": "^0.0.9-x",
"php-wasm-tidy": "^0.0.9-h",
"php-wasm-xml": "^0.0.0-l",
"php-wasm-yaml": "^0.0.9-k",
"php-wasm-zlib": "^0.0.9-h",
"vrzno": "^0.0.9-i"
},
"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": "Sean Morris",
"email": "[email protected]",
"url": "https://seanmorr.is"
},
{
"name": "Oraoto",
"email": "[email protected]"
}
],
"keywords": [
"php",
"wasm",
"php-wasm",
"vrzno"
]
}