File tree 3 files changed +45
-43
lines changed
3 files changed +45
-43
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2005 Jim Auldridge
3
+ Copyright (c) 2005-2015 Jim Auldridge
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jaaulde-cookies" ,
3
- "version" : " 3.0.5" ,
4
- "homepage" : " https://github.com/JAAulde/cookies" ,
5
- "authors" : [
6
- " Jim Auldridge <auldridgej@gmail.com>"
7
- ],
8
- "description" : " Javascript library for accessing and manipulating HTTP cookies in the web browser" ,
9
- "main" : " lib/jaaulde-cookies.js" ,
10
- "keywords" : [
11
- " cookies" ,
12
- " storage" ,
13
- " json"
14
- ],
15
- "license" : " MIT" ,
16
- "ignore" : [
17
- " **/.*" ,
18
- " node_modules" ,
19
- " bower_components" ,
20
- " test" ,
21
- " tests"
22
- ]
2
+ "name" : " jaaulde-cookies" ,
3
+ "version" : " 3.0.5" ,
4
+ "description" : " Javascript library for accessing and manipulating HTTP cookies in the web browser" ,
5
+ "authors" : [
6
+ " Jim Auldridge <auldridgej@gmail.com>"
7
+ ],
8
+ "main" : " lib/jaaulde-cookies.js" ,
9
+ "keywords" : [
10
+ " cookie" ,
11
+ " cookies" ,
12
+ " storage" ,
13
+ " json"
14
+ ],
15
+ "license" : " MIT" ,
16
+ "ignore" : [
17
+ " **/.*" ,
18
+ " node_modules" ,
19
+ " bower_components" ,
20
+ " test" ,
21
+ " tests"
22
+ ],
23
+ "homepage" : " https://github.com/JAAulde/cookies"
23
24
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jaaulde-cookies" ,
3
- "version" : " 3.0.5" ,
4
- "description" : " Javascript library for accessing and manipulating HTTP cookies in the web browser" ,
5
- "main" : " lib/jaaulde-cookies.js" ,
6
- "scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
8
- },
9
- "repository" : {
2
+ "name" : " jaaulde-cookies" ,
3
+ "version" : " 3.0.5" ,
4
+ "description" : " Javascript library for accessing and manipulating HTTP cookies in the web browser" ,
5
+ "author" : " Jim Auldridge <auldridgej@gmail.com>" ,
6
+ "main" : " lib/jaaulde-cookies.js" ,
7
+ "keywords" : [
8
+ " cookie" ,
9
+ " cookies" ,
10
+ " storage" ,
11
+ " json"
12
+ ],
13
+ "license" : " MIT" ,
14
+ "scripts" : {
15
+ "test" : " echo \" Error: no test specified\" && exit 1"
16
+ },
17
+ "repository" : {
10
18
"type" : " git" ,
11
- "url" : " https://github.com/JAAulde/cookies.git"
12
- },
13
- "keywords" : [
14
- " cookies" ,
15
- " storage" ,
16
- " json"
17
- ],
18
- "author" : " Jim Auldridge <auldridgej@gmail.com>" ,
19
- "license" : " MIT" ,
20
- "bugs" : {
21
- "url" : " https://github.com/JAAulde/cookies/issues"
22
- },
23
- "homepage" : " https://github.com/JAAulde/cookies"
19
+ "url" : " https://github.com/JAAulde/cookies.git"
20
+ },
21
+ "bugs" : {
22
+ "url" : " https://github.com/JAAulde/cookies/issues"
23
+ },
24
+ "homepage" : " https://github.com/JAAulde/cookies"
24
25
}
You can’t perform that action at this time.
0 commit comments