jsoneditor/package.json

43 lines
1003 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
2016-03-21 01:19:13 +08:00
"version": "5.2.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",
"watch": "gulp watch",
2015-02-28 22:04:46 +08:00
"test": "mocha test"
},
"dependencies": {
2016-01-22 03:01:49 +08:00
"ajv": "3.4.0",
"brace": "0.7.0",
"javascript-natural-sort": "0.7.1"
},
"devDependencies": {
2016-01-22 03:01:49 +08:00
"gulp": "3.9.0",
"gulp-concat-css": "2.2.0",
"gulp-minify-css": "1.2.3",
"gulp-shell": "0.5.1",
"gulp-util": "3.0.7",
"json-loader": "0.5.4",
"mkdirp": "0.5.1",
"mocha": "2.3.4",
"uglify-js": "2.6.1",
"webpack": "1.12.11"
}
}