UNPKG

1.03 kBJSONView Raw
1{
2 "name": "codegradxvmauthor",
3 "version": "1.0.14",
4 "description": "Configuration of CodeGradXagent for VMauthor.",
5 "keywords": [
6 "CodeGradX",
7 "Infrastructure for mechanically grading programs",
8 "Paracamplus"
9 ],
10 "main": "codegradxvmauthor.js",
11 "scripts": {
12 "lint": "jshint codegradx*.js spec/*.js",
13 "test": "jasmine"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/ChristianQueinnec/CodeGradXvmauthor.git"
18 },
19 "dependencies": {
20 "codegradxagent": "^1.0.18",
21 "codegradxlib": "^1.0.59"
22 },
23 "devDependencies": {
24 "jasmine": "^2.3.2"
25 },
26 "author": {
27 "name": "Christian Queinnec",
28 "email": "Christian.Queinnec@paracamplus.com",
29 "url": "http://christian.queinnec.org/"
30 },
31 "licenses": [
32 {
33 "type": "MIT",
34 "url": "http://opensource.org/licenses/MIT"
35 }
36 ],
37 "bugs": {
38 "url": "https://github.com/ChristianQueinnec/CodeGradXvmauthor/issues"
39 },
40 "homepage": "https://github.com/ChristianQueinnec/CodeGradXvmauthor#readme"
41}