This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
43 lines (43 loc) · 1.61 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
{
"name": "@ibm-functions/shell",
"version": "1.6.1",
"description": "[![Travis](https://travis-ci.org/ibm-functions/shell.svg?branch=master)](https://travis-ci.org/ibm-functions/shell) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Join Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/) [![codecov](https://codecov.io/gh/ibm-functions/shell/branch/master/graph/badge.svg)](https://codecov.io/gh/ibm-functions/shell) [![HitCount](http://hits.dwyl.io/ibm-functions/shell.svg)](http://hits.dwyl.io/ibm-functions/shell)",
"main": "app/fsh.js",
"bin": {
"fsh": "fsh.js"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install-ui": "cd app && npm run install-ui",
"postinstall": "cd app/plugins && npm install && cd .. && npm run build && npm run compile && ./bin/seticon.js"
},
"dependencies": {
"adm-zip": "^0.4.11",
"app-module-path": "^2.2.0",
"colors": "^1.3.2",
"columnify": "^1.5.4",
"debug": "^4.0.1",
"es6-promise-pool": "^2.5.0",
"expand-home-dir": "0.0.3",
"js-beautify": "1.8.6",
"jsome": "^2.5.0",
"mkdirp-promise": "^5.0.1",
"pretty-ms": "^3.2.0",
"yargs-parser": "^9.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starpit/shell.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/starpit/shell/issues"
},
"homepage": "https://github.com/starpit/shell#readme"
}