UNPKG

flagwind-map

Version:
74 lines (73 loc) 2.22 kB
{ "name": "flagwind-map", "version": "1.0.40", "description": "flagwind map library", "author": "chendb <hbchendb1985@gmail.com>", "scripts": { "dev": "lite-server -c bs-config.json", "lint": "tslint src/**/*.ts", "build:compile": "tsc -p .", "build:dist": "node build/dist.js", "build": "npm run lint && npm run build:compile && npm run build:dist", "unit": "karma start test/unit/karma.conf.js", "test": "npm run build && npm run unit" }, "files": [ "dist" ], "main": "dist/flagwind-map.js", "typings": "dist/flagwind-map.d.ts", "keywords": [ "flagwind", "map", "typescript" ], "license": "MIT", "homepage": "https://github.com/chendb/flagwind-map#readme", "repository": { "type": "git", "url": "https://github.com/chendb/flagwind-map" }, "bugs": { "url": "https://github.com/chendb/flagwind-map/issues" }, "devDependencies": { "@types/chai": "^4.0.4", "@types/mocha": "^2.2.44", "@types/node": "^8.0.47", "chai": "^4.1.2", "chalk": "^2.3.0", "es6-promise": "^4.1.1", "friendly-errors-webpack-plugin": "^1.6.1", "html-loader": "^0.5.1", "html-webpack-plugin": "^2.30.1", "karma": "^1.7.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-phantomjs-launcher": "^1.0.4", "karma-webpack": "^2.0.6", "less": "^2.7.3", "less-loader": "^4.0.5", "lite-server": "^2.3.0", "mocha": "^4.0.1", "phantomjs-prebuilt": "^2.1.16", "rimraf": "^2.6.2", "rollup": "^0.52.1", "rollup-plugin-replace": "^2.0.0", "ts-loader": "^3.1.1", "tslint": "^5.8.0", "tslint-config-flagwind": "^1.0.0", "typescript": "^2.6.1", "uglify-js": "^3.2.1", "webpack": "^3.8.1", "webpack-dev-server": "^2.9.4", "webpack-merge": "^4.1.1" }, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" }, "dependencies": { "@turf/turf": "^5.1.6" } }