2013-05-04 04:55:15 +08:00
|
|
|
{
|
|
|
|
"name": "jsoneditor",
|
2013-11-15 23:03:52 +08:00
|
|
|
"version": "2.4.0-SNAPSHOT",
|
2013-09-21 02:32:55 +08:00
|
|
|
"main": "jsoneditor.js",
|
2013-05-04 04:55:15 +08:00
|
|
|
"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",
|
2013-05-04 05:34:53 +08:00
|
|
|
"url": "https://github.com/josdejong/jsoneditor.git"
|
2013-05-04 04:55:15 +08:00
|
|
|
},
|
2013-05-04 05:34:53 +08:00
|
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
2013-05-04 04:55:15 +08:00
|
|
|
"scripts": {
|
|
|
|
"prepublish": "jake"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"jake": "latest",
|
|
|
|
"jake-utils": "latest",
|
|
|
|
"archiver": "latest",
|
|
|
|
"clean-css": "latest"
|
|
|
|
}
|
|
|
|
}
|