brugrade
Version:
Brunel's undergraduate marking/grade bounds dataset and byMark(grade) search.
35 lines (34 loc) • 843 B
JSON
{
"name": "brugrade",
"version": "1.0.1",
"description": "Brunel's undergraduate marking/grade bounds dataset and byMark(grade) search.",
"main": "index.js",
"scripts": {
"test": "standard && nyc node test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencevans/brugrade.git"
},
"keywords": [
"brunel",
"uni",
"grade",
"marking",
"marks",
"degree"
],
"author": "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencevans/brugrade/issues"
},
"homepage": "https://github.com/bencevans/brugrade#readme",
"devDependencies": {
"coveralls": "^2.11.9",
"nyc": "^6.4.4",
"standard": "^7.1.2",
"tape": "^4.5.1"
}
}