-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 751 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "adapt-contrib-linkedConfidenceSlider",
"version": "0.0.1",
"description": "A sliding scale component that compares user confidence to a previous measurement.",
"main": "",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/adaptlearning/adapt-contrib-linkedConfidenceSlider.git"
},
"author": "AdaptLearning",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/adaptlearning/adapt-contrib-linkedConfidenceSlider/issues"
},
"devDependencies": {
"karma": "~0.9",
"karma-mocha": "*",
"karma-expect": "*",
"adapt-contrib-slider": "*",
"adapt-contrib-confidenceSlider": "*"
}
}