{ "name": "structsection", "description": "Show struct wiki fields as actaul sections of the page", "repository": "https://github.com/micgro42/dokuwiki-plugin-structsection", "author": "Michael Große ", "license": "GPL-2.0", "scripts": { "dev": "webpack -d", "watch": "webpack -dw", "test": "qunit -c _jstest/testmodule.js -t _jstest/test.js", "build": "webpack -p", "eslint": "NODE_ENV=production eslint script/main.js" }, "devDependencies": { "babel-core": "^6.25.0", "babel-loader": "^7.1.0", "babel-preset-env": "^1.5.2", "eslint": "^4.1.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-loader": "^1.8.0", "eslint-plugin-import": "^2.6.0", "qunit": "^1.0.0", "webpack": "^3.0.0" } }