We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7432 commit 66e66bbCopy full SHA for 66e66bb
bower.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "josh.js",
3
+ "version": "0.2.9",
4
+ "homepage": "http://sdether.github.io/josh.js/",
5
+ "authors": [
6
+ "Arne Claassen <arne@claassen.net>"
7
+ ],
8
+ "description": "Javascript Online SHell provides a toolkit for building bash-like command line consoles for web pages.",
9
+ "main": [
10
+ "js/readline.js",
11
+ "js/history.js",
12
+ "js/input.js",
13
+ "js/killring.js",
14
+ "js/pathhandler.js",
15
+ "js/shell.js"
16
17
+ "keywords": [
18
+ "shell",
19
+ "josh"
20
21
+ "license": "Apache 2.0",
22
+ "ignore": [
23
+ "**/.*",
24
+ "node_modules",
25
+ "bower_components",
26
+ "test",
27
+ "tests"
28
+ ]
29
+}
0 commit comments