-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 890 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
{
"name": "vconsole-webpack-plugin",
"version": "1.8.0",
"description": "webpack plugin for vConsole",
"main": "index.js",
"scripts": {
"changelog": "git changelog",
"lint": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diamont1001/vconsole-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"webpack-plugin",
"vConsole",
"vconsole"
],
"author": "diamont1001",
"license": "MIT",
"bugs": {
"url": "https://github.com/diamont1001/vconsole-webpack-plugin/issues"
},
"homepage": "https://github.com/diamont1001/vconsole-webpack-plugin#readme",
"dependencies": {
"resize-observer-polyfill": "^1.5.1",
"vconsole": "^3.15"
},
"devDependencies": {
"eslint": "^3.3.0",
"eslint-config-jr": "^1.0.0"
}
}