forked from YannickDot/console.image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 964 Bytes
/
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
{
"name": "console.image",
"version": "1.0.3",
"description": "A nice snippet to display images in Chrome console",
"main": "dist/console.image.min.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramboxapp/console.image.git"
},
"keywords": [
"console",
"image",
"chrome",
"devtools",
"logging"
],
"author": "Yannick Spark <[email protected]> (https://sparkyspace.com/)",
"contributors": [
{
"name": "Rambox LLC",
"email": "[email protected]",
"url": "https://rambox.app"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ramboxapp/console.image/issues"
},
"homepage": "https://github.com/ramboxapp/console.image#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"volta": {
"node": "12.16.3"
}
}