Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Add to .gitignore and make bower.json
  • Loading branch information
tcyrus committed Jan 19, 2016
1 parent 9da35a1 commit 1939252
Show file tree
Hide file tree
Showing 31 changed files with 226 additions and 24,416 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
.DS_Store
bower_components
node_modules
Binary file not shown.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "hacker_card",
"version": "1.0.0",
"authors": [],
"description": "Embeddable hacker cards using the Unofficial Devpost API",
"main": "hacker-card.html",
"license": "ISC",
"homepage": "https://github.com/challengepost/hacker_card",
"moduleType": [],
"private": true,
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"superagent-dist": "~1.4.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "^4.0.0"
}
}
27 changes: 0 additions & 27 deletions components/bower_components/polymer/LICENSE.txt

This file was deleted.

27 changes: 0 additions & 27 deletions components/bower_components/polymer/bower.json

This file was deleted.

27 changes: 0 additions & 27 deletions components/bower_components/polymer/build.log

This file was deleted.

Loading

0 comments on commit 1939252

Please sign in to comment.