updated package.json
parent
840cadfd7f
commit
2f62c02f99
23
package.json
23
package.json
|
@ -1,12 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "thingproxy.freeboard.io",
|
"name": "thingproxy.freeboard.io",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "A simple forward proxy server for processing API calls to servers that don't send CORS headers or support HTTPS.",
|
"description": "A simple forward proxy server for processing API calls to servers that don't send CORS headers or support HTTPS.",
|
||||||
"main": "thingproxy.js",
|
"main": "thingproxy.js",
|
||||||
"author": "Jim Heising <jim@buglabs.net>",
|
"scripts": {
|
||||||
"license": "MIT",
|
"start": "thingproxy.js"
|
||||||
"dependencies": {
|
},
|
||||||
"request": "^2.40.0",
|
"author": "Jim Heising <jim@buglabs.net>",
|
||||||
"tokenthrottle": "^1.1.0"
|
"license": "MIT",
|
||||||
}
|
"dependencies": {
|
||||||
|
"request": "^2.40.0",
|
||||||
|
"tokenthrottle": "^1.1.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue