jsoneditor/package.json

40 lines
974 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
2015-01-25 22:11:56 +08:00
"version": "3.2.0",
"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": {
2014-05-30 16:33:11 +08:00
"build": "gulp",
"build-assets": "gulp build-assets"
},
"dependencies": {},
"devDependencies": {
2015-02-11 05:14:45 +08:00
"ace": "git://github.com/aja0.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-concat-css": "^2.0.0",
"gulp-minify-css": "^0.4.5",
"gulp-rimraf": "^0.1.1",
"gulp-shell": "^0.3.0",
"gulp-util": "^3.0.3",
"jsonlint": "^1.6.2",
"merge-stream": "^0.1.7",
2014-05-30 16:33:11 +08:00
"mkdirp": "^0.5.0",
2015-02-11 05:14:45 +08:00
"uglify-js": "^2.4.16",
"webpack": "^1.5.3"
}
}