-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
45
46
47
48
49
50
{
"name": "shell-profiler",
"version": "1.0.0-rc.3",
"description": "Say goodbye to your old and ugly .bashrc file, say hello to your new cloud, cross-platform, multi machine synced bash profile",
"main": "webpack.config.js",
"bin": {
"sp": "./dist/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Caius Citiriga",
"license": "MIT",
"dependencies": {
"rxjs": "5.4.3",
"chalk": "2.1.0",
"request": "2.83.0",
"typescript": "2.5.2"
},
"devDependencies": {
"@types/rx": "4.1.1",
"@types/node": "8.0.41",
"@types/chalk": "0.4.31",
"@types/request": "2.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caiusCitiriga/shell-profiler.git"
},
"keywords": [
"bash",
"sh",
"shell",
"profile",
"bash_profile",
"bashrc",
"unix",
"linux",
"terminal",
"console",
"sync",
"gists",
"github",
"gist"
],
"bugs": {
"url": "https://github.com/caiusCitiriga/shell-profiler/issues"
},
"homepage": "https://github.com/caiusCitiriga/shell-profiler#readme"
}