@geoext/geoext
Version:
GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.
112 lines (111 loc) • 4.04 kB
JSON
{
"### npm related confguration follows": "",
"name": "@geoext/geoext",
"author": {
"name": "GeoExt Contributors"
},
"contributors": [
{
"name": "GeoExt Contributors"
}
],
"description": "GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.",
"keywords": [
"GIS",
"OpenLayers",
"ExtJS"
],
"homepage": "https://geoext.github.io/geoext/",
"license": "GPL-3.0",
"version": "7.0.1",
"repository": {
"type": "git",
"url": "https://github.com/geoext/geoext.git"
},
"bugs": {
"url": "https://github.com/geoext/geoext/issues"
},
"files": [
"classic/",
"resources/",
"src/",
"LICENSE",
"LICENSE-FAQ.md",
"package.json",
"README.md"
],
"scripts": {
"build": "npm run test && npm run clean:dist && copyfiles -V --exclude 'resources/external/**' -a 'bin/**' 'classic/**' 'src/**' 'sass/**' 'resources/**' README.md LICENSE LICENSE-FAQ.md COMMERCIAL-LICENCE.md package.json dist/",
"clean": "rimraf coverage docs",
"clean:dist": "rimraf ./dist/*",
"lint": "eslint src/ examples/ classic/ && eslint -c test/.eslintrc test/",
"lint:fix": "eslint --fix src/ examples/ classic/ && eslint --fix -c test/.eslintrc test/",
"test": "npm run lint && npm run test:spec",
"test:spec": "npm run test:fetch-external && karma start test/karma.conf.js --single-run",
"test:fetch-external": "node ./bin/fetch-external-resources.js",
"test:debug": "karma start test/karma.conf.js --single-run --debug",
"test:coverage": "karma start test/karma.conf.js --single-run --reporters coverage",
"test:watch": "karma start test/karma.conf.js",
"test:watch:debug": "karma start test/karma.conf.js --debug",
"start": "browser-sync start --server --directory --files 'src, classic, test, examples'",
"coveralls": "cat coverage/lcov.info | coveralls",
"generate:example": "node bin/example-generator/index.js",
"generate:docs:master": "jsdoc -c .jsdoc.json -d master/docs",
"generate:docs:tag": "jsdoc -c .jsdoc.json -d v$npm_package_version/docs",
"postversion": "cp package.json dist/",
"release": "npm run build && np --no-yarn --contents ./dist && git push https://github.com/geoext/geoext.git master --tags"
},
"devDependencies": {
"browser-sync": "3.0.3",
"copyfiles": "2.4.1",
"coveralls": "3.1.1",
"eslint": "^8.56.0",
"eslint-config-openlayers": "19.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"expect.js": "0.3.1",
"global-tunnel-ng": "2.7.1",
"jsdoc": "^4.0.4",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-eslint": "2.2.0",
"karma-expect": "1.1.3",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-sinon": "1.0.5",
"karma-summary-reporter": "^4.0.1",
"log-update": "4.0.0",
"mkdirp": "3.0.1",
"mocha": "10.8.2",
"np": "^10.0.7",
"ol": "^10.2.1",
"rimraf": "6.0.1",
"sinon": "19.0.2"
},
"engines": {
"node": ">= 16",
"npm": ">= 8"
},
"### sencha package related confguration follows": "",
"namespace": "GeoExt",
"type": "code",
"creator": "GeoExt Contributors",
"summary": "GIS Package for ExtJS",
"detailedDescription": "GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.",
"compatVersion": "7.0.0",
"format": "1",
"slicer": {
"js": [
{
"path": "${package.dir}/sass/example/custom.js",
"isWidgetManifest": true
}
]
},
"output": "${package.dir}/build",
"local": true,
"theme": "theme-neptune",
"requires": [],
"toolkit": "classic"
}