2013-05-04 04:55:15 +08:00
|
|
|
{
|
2013-11-16 01:11:50 +08:00
|
|
|
"name": "jsoneditor",
|
2015-06-13 17:16:31 +08:00
|
|
|
"version": "4.2.1",
|
2015-02-28 04:54:04 +08:00
|
|
|
"main": "./index",
|
2013-11-16 01:11:50 +08:00
|
|
|
"description": "A web-based tool to view, edit and format JSON",
|
|
|
|
"tags": [
|
|
|
|
"json",
|
|
|
|
"editor",
|
|
|
|
"viewer",
|
|
|
|
"formatter"
|
|
|
|
],
|
|
|
|
"author": "Jos de Jong <wjosdejong@gmail.com>",
|
|
|
|
"homepage": "http://jsoneditoronline.org/",
|
|
|
|
"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",
|
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": {
|
2015-12-21 20:15:59 +08:00
|
|
|
"brace": "0.7.0"
|
2015-02-28 04:54:04 +08:00
|
|
|
},
|
2013-11-16 01:11:50 +08:00
|
|
|
"devDependencies": {
|
2015-02-11 05:14:45 +08:00
|
|
|
"gulp": "^3.8.11",
|
|
|
|
"gulp-concat-css": "^2.0.0",
|
|
|
|
"gulp-minify-css": "^0.4.5",
|
|
|
|
"gulp-shell": "^0.3.0",
|
|
|
|
"gulp-util": "^3.0.3",
|
2014-05-30 16:33:11 +08:00
|
|
|
"mkdirp": "^0.5.0",
|
2015-02-28 22:04:46 +08:00
|
|
|
"mocha": "^2.1.0",
|
2015-02-11 05:14:45 +08:00
|
|
|
"uglify-js": "^2.4.16",
|
|
|
|
"webpack": "^1.5.3"
|
2013-11-16 01:11:50 +08:00
|
|
|
}
|
2013-05-04 04:55:15 +08:00
|
|
|
}
|