All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oladris.plugins.layers-editor.7.0.0.source-code.package.json Maven / Gradle / Ivy

{
	"name": "@geoladris/layers-editor",
	"version": "7.0.0",
	"license": "MIT",
	"description": "Geoladris Plugin: layers-editor",
	"repository": "[email protected]:geoladris/plugins.git",
	"author": "Víctor González ",
	"contributors": [
		"Fernando González  (http://www.fergonco.org/)",
		"Micho García  (http://michogarcia.org/)"
	],
	"dependencies": {
		"@geoladris/core": "~7.0.0"
	},
	"devDependencies": {
		"babel-eslint": "^7.2.1",
		"eslint": "^3.18.0",
		"eslint-config-airbnb-es5": "^1.1.0",
		"eslint-plugin-react": "^6.10.3",
		"jasmine-core": "^2.5.2",
		"karma": "~1.3.0",
		"karma-chrome-launcher": "~2.0.0",
		"karma-coverage": "~1.1.1",
		"karma-jasmine": "~1.0.2",
		"karma-junit-reporter": "~1.1.0",
		"karma-phantomjs-launcher": "~1.0.2",
		"karma-requirejs": "~1.1.0",
		"phantomjs-prebuilt": "^2.1.14",
		"squirejs": "^0.2.1"
	},
	"files": [
		"/src/**js",
		"/src/**json",
		"/src/**css",
		"/src/images"
	],
	"scripts": {
		"test": "karma start",
		"testd": "karma start --single-run=false --auto-watch --browsers=Chrome --reporters=progress",
		"lint": "eslint src test"
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy