jsoneditor/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "jsoneditor",
2019-01-22 04:06:23 +08:00
"version": "5.28.0",
"main": "./index",
2016-01-15 04:26:39 +08:00
"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": {
2014-05-30 16:33:11 +08:00
"build": "gulp",
"start": "gulp watch",
2015-02-28 22:04:46 +08:00
"test": "mocha test"
},
"dependencies": {
2017-12-19 03:42:48 +08:00
"ajv": "5.5.2",
2018-09-07 02:33:04 +08:00
"brace": "0.11.1",
"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",
"mobius1-selectr": "2.4.2",
"picomodal": "3.0.0",
2018-09-07 02:33:04 +08:00
"vanilla-picker": "2.4.2"
},
"devDependencies": {
"gulp": "4.0.0",
"gulp-clean-css": "3.4.2",
2017-04-15 18:28:46 +08:00
"gulp-concat-css": "2.3.0",
"gulp-shell": "0.6.3",
"gulp-util": "3.0.8",
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",
2018-09-07 02:33:04 +08:00
"mocha": "5.2.0",
"uglify-js": "2.8.22",
"webpack": "1.13.1"
}
}