Projekt

Obecné

Profil

Stáhnout (1003 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
{
2
  "name": "webpack-log",
3
  "version": "2.0.0",
4
  "description": "A common logger for the webpack ecosystem",
5
  "main": "src/index.js",
6
  "files": [
7
    "src"
8
  ],
9
  "engines": {
10
    "node": ">= 6"
11
  },
12
  "scripts": {
13
    "lint": "eslint src test",
14
    "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks",
15
    "release": "standard-version"
16
  },
17
  "dependencies": {
18
    "ansi-colors": "^3.0.0",
19
    "uuid": "^3.3.2"
20
  },
21
  "devDependencies": {
22
    "assert": "^1.4.1",
23
    "eslint": "^5.4.0",
24
    "eslint-config-webpack": "^1.2.5",
25
    "eslint-plugin-import": "^2.14.0",
26
    "mocha": "^5.2.0",
27
    "nyc": "^12.0.2",
28
    "sinon": "^6.1.5",
29
    "standard-version": "^4.4.0",
30
    "strip-ansi": "^4.0.0"
31
  },
32
  "author": "Andrew Powell <andrew@shellscape.org>",
33
  "issues": "https://github.com/webpack-contrib/webpack-log/issues",
34
  "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
35
  "repository": "https://github.com/webpack-contrib/webpack-log.git",
36
  "license": "MIT"
37
}