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": "^6.25.0", 16 "babel-loader": "^7.1.0", 17 "babel-preset-env": "^1.5.2", 18 "eslint": "^4.1.0", 19 "eslint-config-airbnb-base": "^11.2.0", 20 "eslint-loader": "^1.8.0", 21 "eslint-plugin-import": "^2.6.0", 22 "qunit": "^1.0.0", 23 "webpack": "^3.0.0" 24 } 25} 26