Skip to content

Commit

Permalink
Merge pull request #3 from ur5us/master
Browse files Browse the repository at this point in the history
Add bower.json specification
  • Loading branch information
taylorhakes committed Apr 19, 2015
2 parents a9d89c4 + 69e3c1c commit ab462c2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
name: 'fecha',
main: 'fecha.js',
version: '0.2.1',
homepage: 'https://github.com/taylorhakes/fecha',
authors: [
'Taylor Hakes'
],
description: 'Date formatting and parsing',
moduleType: [
'amd',
'globals',
'node'
],
keywords: [
'date',
'parse',
'moment',
'format',
'fecha',
'formatting'
],
license: 'MIT',
ignore: [
'**/.*',
'node_modules',
'bower_components',
'test',
'tests'
],
devDependencies: {
"karma": "^0.12.31",
"jasmine-core": "^2.1.3",
"karma-jasmine": "^0.3.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"gulp": "^3.8.10",
"gulp-uglify": "^1.0.2",
"gulp-rename": "^1.2.0"
}
}

0 comments on commit ab462c2

Please sign in to comment.