-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vividlog",
"version": "1.5.01",
"description": "A more useful and better looking console log for JavaScript",
"main": "dist/vividLog.js",
"watch": {
"test": "{lib,test}/*.js"
},
"scripts": {
"test": "mocha -w ./test",
"circle": "mocha",
"nyc": "./node_modules/nyc/bin/nyc.js",
"webpack": "webpack --watch",
"watch": "npm-watch",
"linter": "node_modules/.bin/goodparts lib/"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/QuintenJustus/vividlog.git"
},
"keywords": [
"logging",
"debug",
"javascript",
"ecmascript",
"log",
"quinten",
"justus",
"quintenjustus",
"debugging",
"fancy",
"log"
],
"author": "QuintenJustus",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/QuintenJustus/vividlog/issues"
},
"homepage": "https://gitlab.com/QuintenJustus/vividlog#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"circular-dependency-plugin": "^5.0.2",
"fs": "0.0.1-security",
"goodparts": "^1.2.1",
"jsdom": "^15.0.0",
"mocha": "^6.1.4",
"mocha-jsdom": "^2.0.0",
"npm-watch": "^0.6.0",
"nyc": "^14.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-obfuscator": "^0.18.0"
}
}