Projekt

Obecné

Profil

Stáhnout (636 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "zcu-heatmap",
3
  "version": "1.0.0",
4
  "description": "zcu-heatmap",
5
  "directories": {
6
    "test": "tests"
7
  },
8
  "dependencies": {
9
    "babel-polyfill": "^6.26.0",
10
    "whatwg-fetch": "^3.5.0"
11
  },
12
  "devDependencies": {
13
    "eslint": "^7.0.0",
14
    "eslint-config-standard": "^14.1.1",
15
    "eslint-plugin-import": "^2.20.2",
16
    "eslint-plugin-jquery": "^1.5.1",
17
    "eslint-plugin-node": "^11.1.0",
18
    "eslint-plugin-promise": "^4.2.1",
19
    "eslint-plugin-standard": "^4.0.1"
20
  },
21
  "scripts": {
22
    "test": "echo \"Error: no test specified\" && exit 1",
23
    "build": "webpack"
24
  },
25
  "author": "",
26
  "license": "ISC"
27
}
(9-9/13)