-
- Downloads
api call struct
bin/api
0 → 100755
... | ... | @@ -2,7 +2,7 @@ |
"author": "wactbprot", | ||
"name": "ssmp", | ||
"description": "server side measurment program", | ||
"version": "0.9.0", | ||
"version": "0.9.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wactbprot/ssmp" | ||
... | ... | @@ -24,8 +24,8 @@ |
"start": "bin/start | bunyan -o short", | ||
"server": "bin/server | bunyan -o short", | ||
"clients": "bin/clients | bunyan -o short", | ||
"api":"bin/api | bunyan -o short", | ||
"info":"node ./info/info.js | bunyan -o short", | ||
"api":"node ./api/api.js | bunyan -o short", | ||
"test": "mocha | bunyan -l 100", | ||
"cover": "istanbul cover _mocha -- -R spec | bunyan -l 100" | ||
}, | ||
... | ... |
Please register or sign in to comment