Projekt

Obecné

Profil

Stáhnout (582 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "name": "cocaex-compatibility",
3
  "version": "1.0.0",
4
  "description": "Visualization of large component diagrams",
5
  "main": "js/app.js",
6
  "directories": {
7
    "test": "tests",
8
    "doc": "docs"
9
  },
10
  "scripts": {
11
    "docs": "jsdoc ./js --recurse --configure ./jsdoc.conf --destination ./docs",
12
    "test": "robot --outputdir ./tests/output --nostatusrc ./tests"
13
  },
14
  "author": "Pavel Fidransky <pfidrans@students.zcu.cz>",
15
  "license": "ISC",
16
  "devDependencies": {
17
    "jsdoc": "^3.5.5"
18
  },
19
  "dependencies": {
20
    "html-tags": "^2.0.0",
21
    "svg-tags": "^1.0.0"
22
  }
23
}
(3-3/5)