-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.85 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.85 KB
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
{
"name": "cloudcmd-io",
"version": "19.12.1",
"private": true,
"changelog": false,
"release": false,
"tag": false,
"description": "io",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "redrun head update:index update:image",
"update:image": "cd img/screen && redrun update:image:*",
"update:index": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/HELP.md >> index.md",
"update:image:view": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/view.png > view.png",
"update:image:edit": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/edit.png > edit.png",
"update:image:console": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/console.png > console.png",
"update:image:terminal": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/terminal.png > terminal.png",
"update:image:menu": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/menu.png > menu.png",
"update:image:one-panel-mode": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/one-file-panel.png > one-file-panel.png",
"update:image:config": "curl https://raw.githubusercontent.com/coderaiser/cloudcmd/master/img/screen/config.png > config.png",
"head": "cat head.md > index.md",
"wisdom": "npm run release"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudcmd/ru.git"
},
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/ru/issues"
},
"homepage": "https://github.com/cloudcmd/ru",
"devDependencies": {
"redrun": "^3.0.1"
},
"dependencies": {},
"publishConfig": {
"access": "restricted"
}
}