Removed broken download link from readme, added license information to package.json
This commit is contained in:
parent
b9c8c6a769
commit
55ce121901
|
@ -53,7 +53,7 @@ Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 9+.
|
|||
|
||||
## Install
|
||||
|
||||
with npm:
|
||||
with npm (recommended):
|
||||
|
||||
npm install jsoneditor
|
||||
|
||||
|
@ -61,10 +61,6 @@ with bower:
|
|||
|
||||
bower install jsoneditor
|
||||
|
||||
download:
|
||||
|
||||
[http://jsoneditoronline.org/downloads/](http://jsoneditoronline.org/downloads/)
|
||||
|
||||
|
||||
#### More
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"formatter"
|
||||
],
|
||||
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
||||
"homepage": "http://jsoneditoronline.org/",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://github.com/josdejong/jsoneditor",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/josdejong/jsoneditor.git"
|
||||
|
|
Loading…
Reference in New Issue