1 Star 0 Fork 0

Ekber/jdjson-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 889 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeremy Dorn 提交于 2016-08-07 09:07 . Bump version to 0.7.28
{
"name": "json-editor",
"title": "JSONEditor",
"description": "JSON Schema based editor",
"version": "0.7.28",
"main": "dist/jsoneditor.js",
"author": {
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"url": "http://jeremydorn.com"
},
"bugs": {
"url": "https://github.com/jdorn/json-editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jdorn/json-editor.git"
},
"keywords": [
"json",
"schema",
"jsonschema",
"editor"
],
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ekber/jdjson-editor.git
git@gitee.com:ekber/jdjson-editor.git
ekber
jdjson-editor
jdjson-editor
master

搜索帮助