UNPKG

1.17 kBJSONView Raw
1{
2 "name": "codegradxagent",
3 "version": "1.0.17",
4 "description": "Command line script to interact with the CodeGradX infrastructure.",
5 "keywords": [
6 "CodeGradX",
7 "command line",
8 "Infrastructure for mechanically grading programs",
9 "Paracamplus"
10 ],
11 "main": "codegradxagent.js",
12 "scripts": {
13 "test": "jasmine"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/ChristianQueinnec/CodeGradXagent.git"
18 },
19 "dependencies": {
20 "codegradxlib": "^1.0.56",
21 "lodash": "^3.10.1",
22 "node-getopt": "^0.2.3",
23 "rest": "^1.3.2",
24 "sax": "^1.2.1",
25 "when": "^3.7.4",
26 "xml2js": "^0.4.17"
27 },
28 "devDependencies": {
29 "jasmine": "^2.3.2",
30 "jsdoc": "^3.3",
31 "jshint": "^2.8"
32 },
33 "author": {
34 "name": "Christian Queinnec",
35 "email": "Christian.Queinnec@paracamplus.com",
36 "url": "http://christian.queinnec.org/"
37 },
38 "licenses": [
39 {
40 "type": "MIT",
41 "url": "http://opensource.org/licenses/MIT"
42 }
43 ],
44 "bugs": {
45 "url": "https://github.com/ChristianQueinnec/CodeGradXagent/issues"
46 },
47 "homepage": "https://github.com/ChristianQueinnec/CodeGradXagent#readme"
48}