From 2f62c02f998a3a0e1cd99306a89ea85039250d4c Mon Sep 17 00:00:00 2001 From: Jim Heising Date: Thu, 21 Aug 2014 15:16:35 -0700 Subject: [PATCH] updated package.json --- package.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9e85ce1..705583b 100644 --- a/package.json +++ b/package.json @@ -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 ", - "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 ", + "license": "MIT", + "dependencies": { + "request": "^2.40.0", + "tokenthrottle": "^1.1.0" + } }