-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 942 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": "all-relative",
"version": "2.0.0",
"description": "a work in progress command line tool to convert a static site to use only relative urls, so it can be deployed to ipfs.",
"main": "index.js",
"bin": {
"all-relative": "index.js"
},
"scripts": {
"test": "say sorry && exit 1"
},
"keywords": [],
"author": "olizilla",
"license": "MIT",
"dependencies": {
"postcss": "^7.0.30",
"postcss-url": "^8.0.0",
"rehype-parse": "^6.0.2",
"rehype-stringify": "^7.0.0",
"rehype-url-inspector": "^2.0.1",
"relative": "^3.0.2",
"unified": "^9.0.0",
"vfile-find-down": "^5.0.1"
},
"devDependencies": {
"standard": "^14.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olizilla/all-relative.git"
},
"bugs": {
"url": "https://github.com/olizilla/all-relative/issues"
},
"homepage": "https://github.com/olizilla/all-relative#readme"
}