jsoneditor/package.json

30 lines
753 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
"version": "2.4.0-SNAPSHOT",
"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",
2013-05-04 05:34:53 +08:00
"url": "https://github.com/josdejong/jsoneditor.git"
},
2013-05-04 05:34:53 +08:00
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": {
"prepublish": "jake"
},
"dependencies": {},
"devDependencies": {
"jake": "latest",
"jake-utils": "latest",
"archiver": "latest",
"clean-css": "latest"
}
}