-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 982 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
{
"name": "ascii-art-webpack-plugin",
"version": "0.1.5",
"type": "commonjs",
"description": "Append custom text header to output files from Webpack",
"main": "lib/index.js",
"scripts": {
"example:html": "webpack --config examples/html/webpack.config.js",
"example:js": "webpack --config examples/js/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djragsdale/ascii-art-webpack-plugin.git"
},
"keywords": [
"ascii",
"art",
"webpack",
"plugin"
],
"author": "David Ragsdale <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/djragsdale/ascii-art-webpack-plugin/issues"
},
"homepage": "https://djragsdale.github.io/ascii-art-webpack-plugin/",
"dependencies": {
"figlet": "^1.2.1"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}