forked from YannickDot/console.image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "console.image",
"version": "1.0.2",
"description": "A nice snippet to display images in chrome console",
"main": "dist/console.image.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"clean-dist": "rimraf dist",
"prestart": "npm run clean-dist",
"build": "npm run prestart && webpack --env.prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YannickDot/console.image.git"
},
"keywords": [
"console",
"image",
"chrome",
"devtools",
"logging"
],
"author": "Yannick Spark <yannick.l.spark@gmail.com> (https://sparkyspace.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/YannickDot/console.image/issues"
},
"homepage": "https://github.com/YannickDot/console.image#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"rimraf": "^2.5.4",
"webpack": "^2.1.0-beta.26"
}
}