pict-rs/js_client/package.json
Dessalines 5568271467 Add a javascript client (#2)
Some cleanup.

Fixing the js client.

Using 8080 port

Adding a test client for javascript.
2020-06-09 22:27:45 +00:00

12 lines
276 B
JSON

{
"name": "pict-rs-js",
"version": "1.0.0",
"main": "client.js",
"repository": "https://git.asonix.dog/Dessalines/pict-rs",
"author": "Dessalines <tyhou13@gmx.com>",
"license": "MIT",
"dependencies": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
}
}