-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 763 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 763 Bytes
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
{
"name": "git-sha-webpack-plugin",
"version": "0.0.6",
"description": "Tag your webpack bundles with a Git SHA linked to the latest commit on that bundle",
"main": "lib/GitSHAPlugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jason Anderson",
"email": "diurnalist@gmail.com",
"url": "http://diurnal.st"
},
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"git-bundle-sha": "^0.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/diurnalist/git-sha-webpack-plugin.git"
},
"homepage": "https://github.com/diurnalist/git-sha-webpack-plugin",
"bugs": {
"url": "https://github.com/diurnalist/git-sha-webpack-plugin/issues"
}
}