2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2014-07-29 04:02:57 +08:00
|
|
|
"version": "3.2.0-SNAPSHOT",
|
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"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
|
|
|
"ignore": [
|
|
|
|
"app",
|
|
|
|
"build",
|
|
|
|
"downloads",
|
2014-06-01 03:32:03 +08:00
|
|
|
"src",
|
2013-11-16 01:11:50 +08:00
|
|
|
"misc",
|
|
|
|
"node_modules",
|
|
|
|
"test",
|
|
|
|
"tools",
|
|
|
|
".idea",
|
2014-06-01 03:32:03 +08:00
|
|
|
"gulpfile.js",
|
2013-11-16 01:11:50 +08:00
|
|
|
"package.json",
|
|
|
|
".npmignore",
|
|
|
|
".gitignore"
|
|
|
|
],
|
|
|
|
"dependencies": {}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|