jsoneditor/bower.json

34 lines
661 B
JSON
Raw Normal View History

{
"name": "jsoneditor",
2015-05-15 03:29:35 +08:00
"version": "4.2.0",
"description": "A web-based tool to view, edit and format JSON",
"tags": [
"json",
"editor",
"viewer",
"formatter"
],
"homepage": "http://jsoneditoronline.org/",
"repository": {
"type": "git",
"url": "https://github.com/josdejong/jsoneditor.git"
},
"main": [
"./dist/jsoneditor.min.js",
"./dist/jsoneditor.min.css"
],
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"ignore": [
"misc",
"node_modules",
"test",
"tools",
"gulpfile.js",
2015-03-15 22:31:50 +08:00
"npm-debug.log",
".idea",
".npmignore",
2015-03-15 22:31:50 +08:00
".gitignore"
],
"dependencies": {}
}