ui-mturk-hit
Version:
A custom element for Amazon Mechanical Turk HITs
32 lines (31 loc) • 761 B
JSON
{
"name": "ui-mturk-hit",
"version": "1.0.3",
"description": "A custom element for Amazon Mechanical Turk HITs",
"main": "./element/controller.js",
"scripts": {
"test": "./node_modules/http-server/bin/http-server",
"start": "npm install; npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseBarrios/ui-mturk-hit.git"
},
"keywords": [
"custom",
"element",
"mturk",
"hit"
],
"author": "JoseBarrios",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/JoseBarrios/ui-mturk-hit/issues"
},
"homepage": "https://github.com/JoseBarrios/ui-mturk-hit#readme",
"devDependencies": {
"http-server": "^0.10.0",
"mocha": "^5.2.0",
"webpack": "^4.29.5"
}
}