2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-17 19:21:24 +03:00

refactor lib: clean directories + clean options + add theming capabilities + remove usage of ionicon (for arrows)

This commit is contained in:
STAFYNIAK Sacha
2018-09-17 20:41:26 +02:00
parent 9d914ff252
commit c29fa5680d
28 changed files with 11956 additions and 6453 deletions
+24 -4
View File
@@ -2,10 +2,17 @@
"name": "vue-json-viewer",
"version": "1.0.4",
"description": "vuejs展示json的组件",
"main": "index.js",
"main": "src/index.js",
"files": [
"lib/*"
],
"directories": {
"lib": "./lib",
"example": "./example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"examples": "webpack-dev-server --config ./examples/build/webpack.dev.conf.js"
"example": "webpack-dev-server --config ./example/build/webpack.dev.conf.js"
},
"repository": {
"type": "git",
@@ -15,12 +22,25 @@
"vue",
"json"
],
"author": "chenfengjw@hotmail.com",
"homepage": "https://github.com/chenfengjw163/vue-json-viewer#readme",
"author": {
"name": "陈峰",
"email": "chenfengjw@hotmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/chenfengjw163/vue-json-viewer/issues"
},
"homepage": "https://github.com/chenfengjw163/vue-json-viewer#readme",
"contributors": [
{
"name": "陈峰",
"email": "chenfengjw@hotmail.com"
},
{
"name": "Sacha Stafyniak",
"email": "sacha.stafyniak@gmail.com"
}
],
"dependencies": {
"vue": "^2.5.2",
"clipboard": "^1.7.1"