Skip to content

Commit

Permalink
Fixed bower.json to valid JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Apr 19, 2015
1 parent ab462c2 commit 5ba0817
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
name: 'fecha',
main: 'fecha.js',
version: '0.2.1',
homepage: 'https://github.com/taylorhakes/fecha',
authors: [
'Taylor Hakes'
"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'
"description": "Date formatting and parsing",
"moduleType": [
"amd",
"globals",
"node"
],
keywords: [
'date',
'parse',
'moment',
'format',
'fecha',
'formatting'
"keywords": [
"date",
"parse",
"moment",
"format",
"fecha",
"formatting"
],
license: 'MIT',
ignore: [
'**/.*',
'node_modules',
'bower_components',
'test',
'tests'
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
devDependencies: {
"devDependencies": {
"karma": "^0.12.31",
"jasmine-core": "^2.1.3",
"karma-jasmine": "^0.3.4",
Expand Down

0 comments on commit 5ba0817

Please sign in to comment.