add jsdoc as documentation generator
Showing
{ | ||
"name": "html-custom-elements", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "node_modules/.bin/rollup -c rollup.config.js", | ||
"watch": "onchange '*.js' -v -- npm run build" | ||
}, | ||
"author": "S.Volke", | ||
"license": "MIT", | ||
"repository" : | ||
{ "type" : "git", | ||
"url" : "https://tgm-git.jade-hs.de/JadeProListening/html-custom-elements" | ||
}, | ||
"devDependencies": { | ||
"browser-es-module-loader": "^0.1.6", | ||
"onchange": "~3.0.2", | ||
"rollup": "~0.36.0" | ||
} | ||
"name": "html-custom-elements", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "node_modules/.bin/rollup -c rollup.config.js", | ||
"watch": "onchange '*.js' -v -- npm run build" | ||
}, | ||
"author": "S.Volke", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://tgm-git.jade-hs.de/JadeProListening/html-custom-elements" | ||
}, | ||
"devDependencies": { | ||
"browser-es-module-loader": "^0.1.6", | ||
"jsdoc": "^3.4.1", | ||
"onchange": "~3.0.2", | ||
"rollup": "~0.36.0" | ||
} | ||
} |
Please
register
or
sign in
to comment