Commit 630c8bf6a4cf819ae7f12f2a56ce3f9d001730df
1 parent
0ca0841398
Exists in
master
start sript
Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff
package.json
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 | "description": "Store DOMPUL stock in Redis", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | + "start": "node index.js", | |
7 | 8 | "test": "mocha" |
8 | 9 | }, |
9 | 10 | "repository": { |
... | ... | @@ -23,6 +24,7 @@ |
23 | 24 | "redis": "~0.12.1", |
24 | 25 | "hiredis": "~0.3.0", |
25 | 26 | "iniparser": "~1.0.5", |
26 | - "winston": "~1.0.0" | |
27 | + "winston": "~1.0.0", | |
28 | + "node-simple-router": "~0.9.4-2" | |
27 | 29 | } |
28 | 30 | } |