UNPKG

mturk-url-parser

Version:

A utility to read the url params sent to an ExternalQuestion page on mTurk

23 lines (22 loc) 460 B
{ "name": "mturk-url-parser", "version": "0.0.1", "description": "A utility to read the url params sent to an ExternalQuestion page on mTurk", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mTurk", "m-turk", "mechanical turk", "crowdsource", "crowdsourcing", "utility", "url" ], "license": "MIT", "dependencies": { "query-string": "^6.8.1" } }