Skip to content

Commit 8d7097d

Browse files
committed
Merge pull request #7 from pleasedontbelong/master
Add bower file
2 parents c609e3d + 7b378e6 commit 8d7097d

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ A micro code-editor for awesome web pages.
33

44
<img width="983" alt="CodeFlask.js" src="https://cloud.githubusercontent.com/assets/1953194/9321840/ed0eb022-4541-11e5-9390-30f7dfff82e1.png">
55

6+
67
## About
78

89
CodeFlask.js lets you easily and effortless put an code-editor to your web page.
@@ -11,6 +12,13 @@ It was made as an attempt to create a leaner editor for simple purposes. Just a
1112

1213
If you want a robust web code editor you can check projects that aim that big, such as CodeMirror.
1314

15+
## Install
16+
17+
You can use bower to download the sources and the dependencies
18+
19+
```
20+
bower install codeflask.js
21+
```
1422

1523
## Usage
1624

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "codeflask.js",
3+
"version": "0.0.1",
4+
"homepage": "http://kazzkiq.github.io/CodeFlask.js/",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/kazzkiq/CodeFlask.js"
8+
},
9+
"authors": [
10+
"Claudio Holanda"
11+
],
12+
"dependencies": {
13+
"prism": "~1.0.1"
14+
},
15+
"description": "A micro code-editor for awesome web pages.",
16+
"main": "src/codeflask.js",
17+
"keywords": [
18+
"code-editor",
19+
"plugin",
20+
"syntax-highlight"
21+
],
22+
"license": "MIT",
23+
"ignore": [
24+
"**/.*",
25+
"node_modules",
26+
"bower_components",
27+
"test",
28+
"tests"
29+
]
30+
}

0 commit comments

Comments
 (0)