UNPKG

@warp-works/warpjs-map-plugin

Version:
98 lines (97 loc) 3.01 kB
{ "name": "@warp-works/warpjs-map-plugin", "version": "2.0.2", "description": "WarpJS map browser plugin", "main": "index.js", "publishConfig": { "access": "public" }, "engineStrict": true, "engines": { "node": ">=14.15.0" }, "scripts": { "prepare": "grunt", "prepack": "npm test", "coverage:integration": "nyc npm run -s test:integration", "coverage:unit": "nyc npm run -s test:unit", "coverage": "npm run -s coverage:unit", "coverage-report": "nyc report --reporter=text --reporter=text-summary", "test:integration": "mocha -r jsdom-global/register \"*.integration.test.js\" \"client/**/*.integration.test.js\" \"server/**/*.integration.test.js\"", "test:unit": "mocha -r jsdom-global/register \"*.unit.test.js\" \"client/**/*.unit.test.js\" \"server/**/*.unit.test.js\"", "test": "npm run -s test:unit " }, "repository": { "type": "git", "url": "git+https://github.com/WarpWorks/warpjs-map-plugin.git" }, "keywords": [ "Warp-Works", "WarpJS", "MapBrowser" ], "author": { "name": "Hữu Ðà Trần", "email": "huuda.tran@quoininc.com", "url": "https://www.quoininc.com/staff/huu-da-tran/" }, "license": "MIT", "bugs": { "url": "https://github.com/WarpWorks/warpjs-map-plugin/issues" }, "homepage": "https://github.com/WarpWorks/warpjs-map-plugin#readme", "peerDependencies": { "@quoin/expressjs-routes-info": ">=2.0.1", "@warp-works/warpjs-utils": ">=2.0.3", "express": ">=4.17.1" }, "devDependencies": { "@quoin/eslint-config-quoin": "^2.0.2", "@quoin/expressjs-routes-info": "^2.0.1", "@quoin/node-test-helpers": "^2.0.1", "@warp-works/warpjs-plugins": "^2.0.1", "@warp-works/warpjs-utils": "^2.0.3", "babel-core": "~6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "1.7.x", "babel-preset-stage-0": "6.24.1", "eslint": "^7.29.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-html": "^6.1.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-json": "^3.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "express": "~4.17.1", "grunt": "^1.4.1", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-less": "^3.0.0", "grunt-eslint": "^23.0.0", "grunt-webpack": "^3.1.3", "handlebars": "^4.7.7", "handlebars-loader": "1.7.1", "jquery": "^3.6.0", "jsdom": "^16.6.0", "jsdom-global": "3.0.2", "load-grunt-config": "~3.0.1", "mocha": "^9.0.1", "nyc": "^15.1.0", "react": "~16.11.0", "react-bootstrap": "~0.32.4", "react-dom": "~16.11.0", "react-redux": "~7.2.4", "redux": "^4.1.0", "redux-concatenate-reducers": "~1.0.0", "redux-logger": "~3.0.6", "time-grunt": "~2.0.0", "webpack": "2.7.0" }, "dependencies": { "bluebird": "^3.7.2", "debug": "^4.3.1", "hbs": "^4.1.2", "hbs-utils": "0.0.4", "lodash": "^4.17.21" } }