forked from stipsan/gulp-md5-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 788 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
{
"name": "gulp-md5-assets",
"version": "0.1.10",
"description": "md5 the static file and change the names in the quoted html, forked from gulp-md5-plus ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stipsan/gulp-md5-assets.git"
},
"keywords": [
"gulp",
"gulp-md5",
"gulpplugin"
],
"dependencies": {
"escape-string-regexp": "^1.0.5",
"gulp-util": "~2.2.14",
"through2": "^0.4.1",
"glob": "^4.0.6"
},
"homepage": "https://github.com/stipsan/gulp-md5-assets.git",
"author": "stipsan",
"email": "stipsan@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/stipsan/gulp-md5-assets/issues"
}
}