updated package.json

pull/2/head
Jim Heising 2014-08-21 15:16:35 -07:00
parent 840cadfd7f
commit 2f62c02f99
1 changed files with 13 additions and 10 deletions

View File

@ -1,12 +1,15 @@
{
"name": "thingproxy.freeboard.io",
"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.",
"main": "thingproxy.js",
"author": "Jim Heising <jim@buglabs.net>",
"license": "MIT",
"dependencies": {
"request": "^2.40.0",
"tokenthrottle": "^1.1.0"
}
"name": "thingproxy.freeboard.io",
"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.",
"main": "thingproxy.js",
"scripts": {
"start": "thingproxy.js"
},
"author": "Jim Heising <jim@buglabs.net>",
"license": "MIT",
"dependencies": {
"request": "^2.40.0",
"tokenthrottle": "^1.1.0"
}
}