-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "parcel-plugin-rustwasm",
"version": "0.1.0",
"description": "Parcel plugin to automatically compile Rust code through wasm-bindgen.",
"main": "index.js",
"dependencies": {
"command-exists": "^1.2.7",
"parcel-bundler": "^1.10.0"
},
"peerDependencies": {
"parcel-bundler": ">= 1.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proteamer/parcel-plugin-rustwasm.git"
},
"keywords": [
"parcel",
"parcel-plugin",
"parcel-plugin-rustwasm",
"rust",
"wasm",
"wasm-bindgen"
],
"author": "Nikolay Safin",
"license": "MIT",
"bugs": {
"url": "https://github.com/proteamer/parcel-plugin-rustwasm/issues"
},
"homepage": "https://github.com/proteamer/parcel-plugin-rustwasm#readme",
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {}
}