1{ 2 "name": "structsection", 3 "description": "Show struct wiki fields as actaul sections of the page", 4 "repository": "https://github.com/micgro42/dokuwiki-plugin-structsection", 5 "author": "Michael Große <mic.grosse@googlemail.com>", 6 "license": "GPL-2.0", 7 "scripts": { 8 "dev": "webpack -d", 9 "watch": "webpack -dw", 10 "test": "qunit -c _jstest/testmodule.js -t _jstest/test.js", 11 "build": "webpack -p", 12 "eslint": "NODE_ENV=production eslint script/main.js" 13 }, 14 "devDependencies": { 15 "@babel/core": "^7.7.7", 16 "babel-core": "^6.26.3", 17 "babel-loader": "^8.0.6", 18 "babel-preset-env": "^1.7.0", 19 "eslint": "^6.8.0", 20 "eslint-config-airbnb-base": "^14.0.0", 21 "eslint-loader": "^3.0.3", 22 "eslint-plugin-import": "^2.19.1", 23 "qunit": "^2.9.3", 24 "webpack": "^4.41.5", 25 "webpack-cli": "^3.3.10" 26 } 27} 28