UNPKG

1.1 kBJSONView Raw
1{
2 "name": "codegradxagent",
3 "version": "1.0.4",
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 "lodash": "^3.10.1",
21 "when": "^3.7.4",
22 "codegradxlib": "^1.0",
23 "node-getopt": "^0.2"
24 },
25 "devDependencies": {
26 "jasmine": "^2.3.2",
27 "jsdoc": "^3.3",
28 "jshint": "^2.8"
29 },
30 "author": {
31 "name": "Christian Queinnec",
32 "email": "Christian.Queinnec@paracamplus.com",
33 "url": "http://christian.queinnec.org/"
34 },
35 "licenses": [
36 {
37 "type": "MIT",
38 "url": "http://opensource.org/licenses/MIT"
39 }
40 ],
41 "bugs": {
42 "url": "https://github.com/ChristianQueinnec/CodeGradXagent/issues"
43 },
44 "homepage": "https://github.com/ChristianQueinnec/CodeGradXagent#readme"
45}