File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2014 Nodejitsu.com
3
+ Copyright (c) 2014 Arnout Kazemier, Martijn Swaagman, the Contributors
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 @@ -62,7 +62,7 @@ Page.extend({
62
62
63
63
## License
64
64
65
- MIT
65
+ [ MIT] ( LICENSE )
66
66
67
67
[ Pagelet ] : https://github.com/bigpipe/pagelet
68
68
[ BigPipe ] : https://github.com/bigpipe/bigpipe
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-package-json-pagelet" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " Interactive package.json exploration" ,
5
5
"main" : " index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git://github.com/nodejitsu/npm-package-json-pagelet.git"
9
+ },
10
+ "bugs" : {
11
+ "url" : " https://github.com/nodejitsu/npm-package-json-pagelet/issues"
12
+ },
13
+ "homepage" : " https://github.com/nodejitsu/npm-package-json-pagelet" ,
6
14
"keywords" : [
7
15
" package.json" ,
8
16
" package" ,
You can’t perform that action at this time.
0 commit comments