Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4664e08cf6482409e1d2cbdfeeaaa90169ff077 (plain)
1
2
3
4
5
6
7
8
9
{
	"scripts": {
		"doc": "LC_ALL=C jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
	},
	"devDependencies": {
		"jaguarjs-jsdoc": "^1.1.0",
		"jsdoc": "^3.6.7"
	}
}