Files
cdnjs/ajax/libs/jsoneditor/package.json
T
Misha Koryak 112560b4d0 The following libs were updated:
Faker, angular-ui-router, backbone-associations, backbone-react-component, bean, bignumber.js, blueimp-gallery, chroma-js, crossfilter, crossroads, cubism, dc, depot, dropzone, es5-shim, eve.js, font-awesome, jsoneditor, jszip, klass, knockback, leapjs, minitranslate, moment-timezone, primish, queue-async, qwery, reqwest, reveal.js, rickshaw, sass.js, shred, speakingurl, stapes, string_score, typeahead.js, underscore.string, vega

They were verified as fully matching contents of cdnjs in npm version and individual files were compared with md5 to show no differences.
2014-04-18 14:10:09 -04:00

46 lines
1.1 KiB
JSON

{
"name": "jsoneditor",
"filename": "jsoneditor-min.js",
"version": "2.3.6",
"description": "JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.",
"homepage": "http://jsoneditoronline.org",
"keywords": [
"json",
"html",
"editor"
],
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/"
}
],
"author": {
"name": "Jos de Jong",
"web": "http://github.com/wjosdejong"
},
"maintainers": [
{
"name": "Jos de Jong",
"web": "http://github.com/wjosdejong"
}
],
"bugs": "http://github.com/wjosdejong/jsoneditoronline/issues",
"repository": {
"type": "git",
"url": "git://github.com/wjosdejong/jsoneditoronline.git"
},
"npmName": "jsoneditor",
"npmFileMap": [
{
"basePath": "/",
"files": [
"img/jsoneditor-icons.png",
"jsoneditor-min.css",
"jsoneditor-min.js",
"jsoneditor.css",
"jsoneditor.js"
]
}
]
}