mirror of
https://github.com/NASAWorldWind/WebWorldWind.git
synced 2026-01-18 15:12:57 +00:00
* Substituted PhantomJS for headless Chromium for unit testing * Added Firefox headless as a browser for unit testing * Removed pupeteer dev dependency to rely on local installs of Chrome and Firefox. Temporarily commented out tests that now fail. * Eliminated superfluous newline from karma.conf.js * remove whitespace * Updated npm packages related to tasking and unit testing to latest versions * Updated grunt-jsdoc to latest version * Removed unused 'dependencies' bracket from package.json * Updated npm packages * Updated es6-promise to 4.2.8 and libtess to 1.2.2 * Updated jszip to 3.2.2 and proj4-src to 2.6.0
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@nasaworldwind/worldwind",
|
|
"version": "0.10.0",
|
|
"description": "Web WorldWind",
|
|
"main": "build/dist/worldwind.min.js",
|
|
"homepage": "https://worldwind.arc.nasa.gov",
|
|
"bugs": {
|
|
"url": "https://github.com/NASAWorldWind/WebWorldWind/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "NASA",
|
|
"contributors": [
|
|
"NASA Project Manager <confesor.santiago@nasa.gov>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NASAWorldWind/WebWorldWind.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"clean": "grunt clean",
|
|
"doc": "grunt jsdoc",
|
|
"prepare": "npm run build",
|
|
"test": "grunt karma",
|
|
"test:watch": "karma start karma.conf.js"
|
|
},
|
|
"files": [
|
|
"build/dist/images/",
|
|
"build/dist/worldwind.js",
|
|
"build/dist/worldwind.min.js"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "^1.3.0",
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
"grunt-jsdoc": "^2.4.1",
|
|
"grunt-karma": "^4.0.0",
|
|
"grunt-zip": "^0.18.2",
|
|
"jasmine-core": "^3.6.0",
|
|
"karma": "^6.3.2",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-firefox-launcher": "^2.1.0",
|
|
"karma-htmlfile-reporter": "^0.3.8",
|
|
"karma-jasmine": "^4.0.1",
|
|
"karma-junit-reporter": "^2.0.1",
|
|
"karma-requirejs": "^1.1.0",
|
|
"recursive-readdir": "^2.2.2"
|
|
},
|
|
"keywords": [
|
|
"sdk",
|
|
"worldwind",
|
|
"3d",
|
|
"globe",
|
|
"cartography",
|
|
"maps",
|
|
"earth",
|
|
"terrain",
|
|
"elevations",
|
|
"satellite",
|
|
"imagery",
|
|
"nasa",
|
|
"esa",
|
|
"geospatial",
|
|
"gis",
|
|
"html5",
|
|
"javascript",
|
|
"webgl",
|
|
"browser"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|