forked from ucfopen/labeling-materia-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 679 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@ucfopen/labeling",
"materia": {
"cleanName": "labeling"
},
"version": "1.0.4",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"build-dev": "webpack",
"test": "echo 'tests not implemented'",
"test-ci": "echo 'tests not implemented'"
},
"dependencies": {
"html-webpack-plugin": "^3.2.0",
"materia-widget-development-kit": "2.4.2",
"meta-marked": "^0.4.2"
},
"license": "AGPL-3.0",
"description": "Students select items from a bank and use them to label associated parts of an image. Designed for use in Materia.",
"author": "University of Central Florida, Center for Distributed Learning"
}