2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2019-06-22 22:31:42 +08:00
|
|
|
"version": "6.1.0",
|
2015-02-28 04:54:04 +08:00
|
|
|
"main": "./index",
|
2016-01-15 04:26:39 +08:00
|
|
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
2013-11-16 01:11:50 +08:00
|
|
|
"tags": [
|
|
|
|
"json",
|
|
|
|
"editor",
|
|
|
|
"viewer",
|
|
|
|
"formatter"
|
|
|
|
],
|
|
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
2015-12-28 19:13:35 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"homepage": "https://github.com/josdejong/jsoneditor",
|
2013-11-16 01:11:50 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/josdejong/jsoneditor.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
2014-05-30 00:35:39 +08:00
|
|
|
"scripts": {
|
2014-05-30 16:33:11 +08:00
|
|
|
"build": "gulp",
|
2018-05-03 17:22:58 +08:00
|
|
|
"start": "gulp watch",
|
2015-02-28 22:04:46 +08:00
|
|
|
"test": "mocha test"
|
2014-05-30 00:35:39 +08:00
|
|
|
},
|
2015-02-28 04:54:04 +08:00
|
|
|
"dependencies": {
|
2019-07-20 16:58:23 +08:00
|
|
|
"ajv": "6.10.2",
|
2018-09-07 02:33:04 +08:00
|
|
|
"brace": "0.11.1",
|
2018-05-31 03:54:25 +08:00
|
|
|
"javascript-natural-sort": "0.7.1",
|
2018-06-20 18:25:58 +08:00
|
|
|
"jmespath": "0.15.0",
|
2018-09-07 02:33:04 +08:00
|
|
|
"json-source-map": "0.4.0",
|
2019-07-13 17:14:41 +08:00
|
|
|
"mobius1-selectr": "2.4.13",
|
2018-08-22 18:10:15 +08:00
|
|
|
"picomodal": "3.0.0",
|
2019-07-20 16:58:23 +08:00
|
|
|
"vanilla-picker": "2.9.1"
|
2015-02-28 04:54:04 +08:00
|
|
|
},
|
2013-11-16 01:11:50 +08:00
|
|
|
"devDependencies": {
|
2019-07-20 16:58:23 +08:00
|
|
|
"date-format": "2.1.0",
|
2019-06-12 19:17:46 +08:00
|
|
|
"fancy-log": "1.3.3",
|
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-clean-css": "4.2.0",
|
|
|
|
"gulp-concat-css": "3.1.0",
|
2019-06-12 19:19:25 +08:00
|
|
|
"jsdom": "15.1.1",
|
2018-09-07 02:33:04 +08:00
|
|
|
"json-loader": "0.5.7",
|
2016-01-22 03:01:49 +08:00
|
|
|
"mkdirp": "0.5.1",
|
2019-07-20 16:58:23 +08:00
|
|
|
"mocha": "6.2.0",
|
2019-06-12 19:23:36 +08:00
|
|
|
"uglify-js": "3.6.0",
|
2019-07-20 16:58:23 +08:00
|
|
|
"webpack": "4.36.1"
|
2013-11-16 01:11:50 +08:00
|
|
|
}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|