File tree 1 file changed +26
-26
lines changed
1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- name: ' fecha' ,
3
- main: ' fecha.js' ,
4
- version: ' 0.2.1' ,
5
- homepage: ' https://github.com/taylorhakes/fecha' ,
6
- authors: [
7
- ' Taylor Hakes'
2
+ " name" : " fecha" ,
3
+ " main" : " fecha.js" ,
4
+ " version" : " 0.2.1" ,
5
+ " homepage" : " https://github.com/taylorhakes/fecha" ,
6
+ " authors" : [
7
+ " Taylor Hakes"
8
8
],
9
- description: ' Date formatting and parsing' ,
10
- moduleType: [
11
- ' amd' ,
12
- ' globals' ,
13
- ' node'
9
+ " description" : " Date formatting and parsing" ,
10
+ " moduleType" : [
11
+ " amd" ,
12
+ " globals" ,
13
+ " node"
14
14
],
15
- keywords: [
16
- ' date' ,
17
- ' parse' ,
18
- ' moment' ,
19
- ' format' ,
20
- ' fecha' ,
21
- ' formatting'
15
+ " keywords" : [
16
+ " date" ,
17
+ " parse" ,
18
+ " moment" ,
19
+ " format" ,
20
+ " fecha" ,
21
+ " formatting"
22
22
],
23
- license: ' MIT' ,
24
- ignore: [
25
- ' **/.*' ,
26
- ' node_modules' ,
27
- ' bower_components' ,
28
- ' test' ,
29
- ' tests'
23
+ " license" : " MIT" ,
24
+ " ignore" : [
25
+ " **/.*" ,
26
+ " node_modules" ,
27
+ " bower_components" ,
28
+ " test" ,
29
+ " tests"
30
30
],
31
- devDependencies: {
31
+ " devDependencies" : {
32
32
"karma" : " ^0.12.31" ,
33
33
"jasmine-core" : " ^2.1.3" ,
34
34
"karma-jasmine" : " ^0.3.4" ,
You can’t perform that action at this time.
0 commit comments