-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.16 KB
/
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
39
40
41
42
43
44
{
"name": "@koumoul/gh-pages-multi",
"version": "0.7.2",
"description": "Simply push files to gh-pages on github and manage subdirectories. Easy way to publish documentation for multiple versions of a project for example.",
"main": "lib",
"bin": {
"gh-pages-multi": "bin/gh-pages-multi.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumoul-dev/gh-pages-multi.git"
},
"keywords": [
"gh-pages",
"deploy",
"multiple",
"versions"
],
"author": "Alban Mouton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koumoul-dev/gh-pages-multi/issues"
},
"homepage": "https://github.com/koumoul-dev/gh-pages-multi#readme",
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0"
},
"dependencies": {
"commander": "^11.1.0",
"debug": "^4.3.4",
"git-url-parse": "^13.1.1",
"ncp": "^2.0.0",
"pug": "^3.0.2",
"remote-origin-url": "^2.0.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"tmp-promise": "^3.0.3"
}
}