Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66e66bb

Browse filesBrowse files
committed
Create example bower file
1 parent 23e7432 commit 66e66bb
Copy full SHA for 66e66bb

File tree

Expand file treeCollapse file tree

1 file changed

+29
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+29
-0
lines changed

‎bower.json

Copy file name to clipboard
+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.