jsoneditor/package.json

34 lines
809 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
"version": "3.0.0-SNAPSHOT",
"main": "jsoneditor.js",
"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",
"scripts": {
"build": "gulp"
},
"dependencies": {},
"devDependencies": {
"ace": "git://github.com/ajaxorg/ace.git",
"gulp": "latest",
"gulp-concat-css": "^0.1.4",
"gulp-minify-css": "^0.3.4",
"gulp-util": "latest",
"jsonlint": "latest",
"uglify-js": "latest",
"webpack": "latest"
}
}