1 Star 0 Fork 0

ditas / jsoneditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
jos 提交于 2018-08-02 10:45 . Publish v5.19.2
{
"name": "jsoneditor",
"version": "5.19.2",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [
"json",
"editor",
"viewer",
"formatter"
],
"author": "Jos de Jong <wjosdejong@gmail.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/josdejong/jsoneditor",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/jsoneditor.git"
},
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": {
"build": "gulp",
"start": "gulp watch",
"test": "mocha test"
},
"dependencies": {
"ajv": "5.5.2",
"brace": "0.11.0",
"javascript-natural-sort": "0.7.1",
"jmespath": "0.15.0",
"mobius1-selectr": "2.4.1",
"picomodal": "3.0.0"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean-css": "3.4.2",
"gulp-concat-css": "2.3.0",
"gulp-shell": "0.6.3",
"gulp-util": "3.0.8",
"json-loader": "0.5.4",
"mkdirp": "0.5.1",
"mocha": "3.4.2",
"uglify-js": "2.8.22",
"webpack": "1.13.1"
}
}
JavaScript
1
https://gitee.com/ditas/jsoneditor.git
git@gitee.com:ditas/jsoneditor.git
ditas
jsoneditor
jsoneditor
master

搜索帮助