2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2015-05-15 03:29:35 +08:00
|
|
|
"version": "4.2.0",
|
2013-11-16 01:11:50 +08:00
|
|
|
"description": "A web-based tool to view, edit and format JSON",
|
|
|
|
"tags": [
|
|
|
|
"json",
|
|
|
|
"editor",
|
|
|
|
"viewer",
|
|
|
|
"formatter"
|
|
|
|
],
|
|
|
|
"homepage": "http://jsoneditoronline.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/josdejong/jsoneditor.git"
|
|
|
|
},
|
2014-11-14 02:31:02 +08:00
|
|
|
"main": [
|
2015-03-01 03:47:23 +08:00
|
|
|
"./dist/jsoneditor.min.js",
|
|
|
|
"./dist/jsoneditor.min.css"
|
2014-11-14 02:31:02 +08:00
|
|
|
],
|
2013-11-16 01:11:50 +08:00
|
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
|
|
|
"ignore": [
|
|
|
|
"misc",
|
|
|
|
"node_modules",
|
|
|
|
"test",
|
|
|
|
"tools",
|
2014-06-01 03:32:03 +08:00
|
|
|
"gulpfile.js",
|
2015-03-15 22:31:50 +08:00
|
|
|
"npm-debug.log",
|
|
|
|
".idea",
|
2013-11-16 01:11:50 +08:00
|
|
|
".npmignore",
|
2015-03-15 22:31:50 +08:00
|
|
|
".gitignore"
|
2013-11-16 01:11:50 +08:00
|
|
|
],
|
|
|
|
"dependencies": {}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|