comparative-judgement
Version:
Comparative Judgement Algorithms
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "comparative-judgement",
"version": "0.5.0",
"description": "Comparative Judgement Algorithms",
"private": false,
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/NoMoreMarking/cj.git"
},
"keywords": [
"comparative",
"assessment",
"statistics"
],
"author": "",
"license": "GPL",
"bugs": {
"url": "https://github.com/NoMoreMarking/cj/issues"
},
"homepage": "https://github.com/NoMoreMarking/cj",
"dependencies": {
"async": "^0.9.0",
"commander": "^2.6.0",
"fast-csv": "^0.5.4",
"underscore": "^1.7.0",
"mathjs":"^1.7.0"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-benchmark": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-mocha-test": "^0.12.3",
"jit-grunt": "^0.9.1",
"load-grunt-configs": "^0.4.0",
"mocha": "^2.0.1",
"must": "^0.11.0",
"require-directory": "^1.2.0",
"sinon": "^1.10.0",
"supertest": "^0.15.0",
"time-grunt": "^0.3.1"
},
"files": [
"lib",
"index.js",
"README.md",
"LICENSE",
"dist"
]
}