Adds base website by using some bower dependencies

This commit is contained in:
Zeno Rocha
2015-09-19 00:18:33 -07:00
parent 6ecabeb38f
commit 10fdf4ff1c
5 changed files with 120 additions and 7 deletions

16
bower.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "clipboard",
"version": "0.0.0",
"description": "A modern approach to copy & cut to the clipboard",
"license": "MIT",
"main": "src/clipboard.js",
"keywords": [
"clipboard",
"copy",
"cut"
],
"devDependencies": {
"primer-css": "~2.3.3",
"octicons": "~3.1.0"
}
}