jsoneditor/package.json

41 lines
928 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
2016-01-01 00:03:49 +08:00
"version": "5.0.1",
"main": "./index",
"description": "A web-based tool to view, edit and format 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",
2016-01-11 16:49:42 +08:00
"watch": "watch",
2015-02-28 22:04:46 +08:00
"test": "mocha test"
},
"dependencies": {
2016-01-11 22:44:03 +08:00
"ajv": "3.2.0",
2015-12-21 20:15:59 +08:00
"brace": "0.7.0"
},
"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"
}
}