-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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": "posthtml-hashmanifest",
"version": "0.1.3",
"description": "PostHTML plugin for rewriting static asset paths given a hash manifest",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"fmt": "prettier --write {,**/}*.js **/*.md **/*.json",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinkhominid/posthtml-hashmanifest.git"
},
"keywords": [
"posthtml",
"hashmanifest",
"hash",
"manifest",
"replace",
"paths",
"assets",
"cache",
"cache-bust"
],
"author": "pinkhominid <pinkhominid@birdbomb.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinkhominid/posthtml-hashmanifest/issues"
},
"homepage": "https://github.com/pinkhominid/posthtml-hashmanifest#readme",
"devDependencies": {
"posthtml": "^0.12.0",
"prettier": "^2.0.2"
}
}