Skip to content
Snippets Groups Projects
package.json 3.1 KiB
Newer Older
Roman Ondráček's avatar
Roman Ondráček committed
	"version": "2.1.0",
	"repository": {
		"type": "git",
		"url": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp.git"
	},
	"description": "IQRF Gateway Daemon web application",
	"keywords": [
		"iqrf",
		"iqrf-gateway",
		"iqrf-gateway-webapp"
	],
	"author": "Roman Ondráček <roman.ondracek@iqrf.com>",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp/issues"
	},
	"homepage": "https://gitlab.iqrf.org/open-source/iqrf-gateway-webapp",
	"scripts": {
		"serve": "vue-cli-service serve",
		"build": "vue-cli-service build",
		"test:unit": "vue-cli-service test:unit",
		"lint": "vue-cli-service lint",
		"lint:css": "stylelint \"src/**/*.{css,scss,sass}\""
	"browserslist": [
		"> 0.5%",
		"not dead",
		"not ie <= 11",
		"not op_mini all"
	],
	"stylelint": {
		"extends": "stylelint-config-recommended",
		"rules": {
			"indentation": "tab"
		}