Skip to content

Commit 7e02b5b

Browse files
committed
First release
1 parent 4704432 commit 7e02b5b

File tree

20 files changed

+210
-38
lines changed

20 files changed

+210
-38
lines changed

.gitignore

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
11-
# Directory for instrumented libs generated by jscoverage/JSCover
12-
lib-cov
13-
14-
# Coverage directory used by tools like istanbul
15-
coverage
16-
17-
# nyc test coverage
18-
.nyc_output
19-
20-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21-
.grunt
22-
23-
# node-waf configuration
24-
.lock-wscript
25-
26-
# Compiled binary addons (http://nodejs.org/api/addons.html)
27-
build/Release
28-
29-
# Dependency directories
30-
node_modules
31-
jspm_packages
32-
33-
# Optional npm cache directory
34-
.npm
35-
36-
# Optional REPL history
37-
.node_repl_history
1+
dist/
2+
node_modules/
3+
*.log

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Gustavo Ocanto
3+
Copyright (c) 2016 Gustavo Ocanto <gustavoocanto@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

demo/images/avatar1.jpg

4.3 KB
Loading

demo/images/avatar2.jpg

4.23 KB
Loading

demo/images/avatar3.jpg

3.93 KB
Loading

demo/images/avatar4.jpg

15.1 KB
Loading

demo/images/avatar5.jpg

8.26 KB
Loading

demo/images/avatar6.jpg

6.53 KB
Loading

demo/images/avatar7.jpg

3.15 KB
Loading

0 commit comments

Comments
 (0)