forked from mvanede/webpack-version-file-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 855 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": "@yoctol/webpack-version-file-plugin",
"version": "0.1.0",
"description": "Generates a file with your app's package.json information and build date",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/yoctol/webpack-version-file-plugin.git"
},
"keywords": [
"version",
"file",
"build",
"date"
],
"author": {
"name": "Yoctol Info Inc.",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yoctol/webpack-version-file-plugin/issues"
},
"homepage": "https://github.com/yoctol/webpack-version-file-plugin",
"dependencies": {
"chalk": "^4.1.0",
"ejs": "~> 2.5.5",
"underscore": "~1.11.0"
},
"devDependencies": {
"mocha": "~1.18.2"
}
}