2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2014-01-04 00:29:47 +08:00
|
|
|
"version": "2.3.7-SNAPSHOT",
|
2013-11-16 01:11:50 +08:00
|
|
|
"main": "jsoneditor.js",
|
|
|
|
"description": "A web-based tool to view, edit and format JSON",
|
|
|
|
"tags": [
|
|
|
|
"json",
|
|
|
|
"editor",
|
|
|
|
"viewer",
|
|
|
|
"formatter"
|
|
|
|
],
|
|
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
|
|
|
"homepage": "http://jsoneditoronline.org/",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/josdejong/jsoneditor.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
2014-01-04 00:15:53 +08:00
|
|
|
"scripts": {},
|
2013-11-16 01:11:50 +08:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"jake": "latest",
|
|
|
|
"jake-utils": "latest",
|
|
|
|
"archiver": "latest",
|
|
|
|
"clean-css": "latest"
|
|
|
|
}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|