-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 837 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
{
"name": "mock-html-webpack-plugin",
"version": "0.2.1",
"description": "support mock for html when develop",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angrytoro/mock-html-webpack-plugin.git"
},
"keywords": [
"webpack",
"mock",
"html-webpack-plugin"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/angrytoro/mock-html-webpack-plugin/issues"
},
"homepage": "https://github.com/angrytoro/mock-html-webpack-plugin#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4"
}
}