forked from d-pac/estimating-rasch-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 683 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 683 Bytes
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
26
{
"name": "estimating-rasch-model",
"version": "1.1.2",
"description": "Estimate the Rasch/Bradley-Terry-Luce parameters using conditional maximum likelihood",
"main": "lib/estimation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/d-pac/estimating-rasch-model.git"
},
"author": "San Verhavert",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/d-pac/estimating-rasch-model/issues"
},
"homepage": "https://github.com/d-pac/estimating-rasch-model",
"dependencies": {
"lodash": "^3.9.3",
"math": "0.0.3"
},
"files": [
"lib"
]
}