-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 949 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
{
"name": "happy-mock-webpack-plugin",
"version": "0.0.14",
"description": "A simple data mock plugin for webpack based on webpack-dev-server",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint lib/*.js examples/**/*.js"
},
"keywords": [
"mock",
"webpack-plugin"
],
"author": {
"name": "JerryYuan",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1"
},
"dependencies": {
"colors": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/JerryYuanJ/happy-mock-webpack-plugin"
},
"bugs": {
"url": "https://github.com/JerryYuanJ/happy-mock-webpack-plugin/issues"
},
"homepage": "https://github.com/JerryYuanJ/happy-mock-webpack-plugin"
}