mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 06:20:02 -04:00
add npm packaging info
This commit is contained in:
parent
a7be55fd23
commit
58a8f2259e
5 changed files with 33 additions and 5 deletions
19
client/npm/package.json
Normal file
19
client/npm/package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "libcurl.js",
|
||||
"version": "0.1.0",
|
||||
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ading2210/libcurl.js.git"
|
||||
},
|
||||
"author": "ading2210",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ading2210/libcurl.js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ading2210/libcurl.js"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue