-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 944 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": "nhref",
"version": "0.3.2",
"description": "add hash to html script tag src attribute, in order to avoid brower cache.",
"main": "./lib/index.js",
"dependencies": {
"crypto": "^0.0.3",
"async": "^2.0.1",
"form-data": "^1.0.1",
"filewalker": "^0.1.3",
"html-minifier": "^3.0.2",
"jquery": "^3.1.0",
"md5-file": "^3.1.1",
"jsdom": "^9.5.0",
"mkdirp": "^0.5.1",
"narrolog": "^1.0.0",
"optimist": "^0.6.1",
"request": "^2.74.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/narrowizard/nhref.git"
},
"author": "narro",
"license": "MIT",
"bugs": {
"url": "https://github.com/narrowizard/nhref/issues"
},
"homepage": "https://github.com/narrowizard/nhref#readme",
"bin": {
"nhref": "./bin/nhref"
},
"preferGlobal": true
}