Skip to content

Commit

Permalink
Initial package setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanburke committed Jul 5, 2014
1 parent b720a5a commit 2e9e431
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
dist
.tmp
.sass-cache
.idea
*.iml
app/bower_components
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "angular-help-overlay",
"version": "0.1.0",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"authors": [
"Jordan Burke <@jordanburke>"
],
"main": "lib/angular-help-overlay.js",
"description": "Directive for chardin.js instruction overlay",
"keywords": [
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "angular-help-overlay",
"description": "Angular Wrapper for chardin.js instruction overlay",
"version": "0.1.0",
"homepage": "https://github.com/jordanburke/angular-help-overlay",
"author": {
"name": "Jordan Burke",
"url": "https://github.com/jordanburke/"
},
"repository": {
"type": "git",
"url": "git://github.com/jordanburke/angular-help-overlay.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-watch": "latest",
"grunt-contrib-connect": "~0.5.0"
}
}

0 comments on commit 2e9e431

Please sign in to comment.