2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2018-05-02 16:42:47 +08:00
|
|
|
"version": "5.15.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",
|
2016-03-20 21:54:47 +08:00
|
|
|
"watch": "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": {
|
2017-12-19 03:42:48 +08:00
|
|
|
"ajv": "5.5.2",
|
2017-11-22 23:19:08 +08:00
|
|
|
"brace": "0.11.0",
|
2016-04-06 15:15:38 +08:00
|
|
|
"javascript-natural-sort": "0.7.1"
|
2015-02-28 04:54:04 +08:00
|
|
|
},
|
2013-11-16 01:11:50 +08:00
|
|
|
"devDependencies": {
|
2016-04-10 02:06:29 +08:00
|
|
|
"gulp": "3.9.1",
|
2017-06-18 20:19:36 +08:00
|
|
|
"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",
|
2016-01-22 03:01:49 +08:00
|
|
|
"json-loader": "0.5.4",
|
|
|
|
"mkdirp": "0.5.1",
|
2017-06-18 20:19:36 +08:00
|
|
|
"mocha": "3.4.2",
|
2017-06-27 15:15:51 +08:00
|
|
|
"uglify-js": "2.8.22",
|
2017-06-18 20:19:36 +08:00
|
|
|
"webpack": "1.13.1"
|
2013-11-16 01:11:50 +08:00
|
|
|
}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|