forked from lc-petranussdorfer/adapt-contrib-openTextInput
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 655 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "adapt-contrib-openTextInput",
"version": "0.0.1",
"description": "A question component that allows the learner to input open text based upon a question stem",
"main": "",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/lc-petranussdorfer/adapt-contrib-openTextInput"
},
"author": "AdaptLearning",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/adaptlearning/adapt-contrib-textInput/issues"
},
"devDependencies": {
"karma": "~0.9",
"karma-mocha": "*",
"karma-expect": "*"
}
}