Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madnh committed Apr 18, 2017
1 parent 0112957 commit cc72182
Show file tree
Hide file tree
Showing 14 changed files with 3,154 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea/
bower_components/
node_modules/
/yarn.lock
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
![http://i.imgur.com/RmD50NR.jpg](http://i.imgur.com/RmD50NR.jpg)

# KhoaiJS

## Install

**Bower**

```bash
bower install --save khoaijs
```
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "khoaijs",
"description": "",
"main": "khoaijs.js",
"authors": [
"MaDnh <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/madnh",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"mocha": "^3.0.2",
"chai": "^3.5.0",
"expect.js": "^0.3.1"
},
"dependencies": {
"lodash": "^4.17.4"
}
}
Loading

0 comments on commit cc72182

Please sign in to comment.