UNPKG

hkopendata

Version:

Access different Opendata API and data in Hong Kong

52 lines (51 loc) 1.1 kB
{ "name": "hkopendata", "version": "1.7.0", "keywords": [ "opendata", "open data", "bank", "government", "hong kong", "hk" ], "description": "Access different Opendata API and data in Hong Kong", "main": "./src/index.js", "types": "./src/index.d.ts", "scripts": { "build": "grunt build", "dev": "grunt watch", "update": "grunt update", "release": "np --yolo" }, "author": "Dem Ching", "repository": "github:demching/hkopendata", "license": "MIT", "browserslist": [ "Chrome >= 52", "FireFox >= 44", "Safari >= 7", "Explorer >= 11", "last 2 Edge versions" ], "files": [ "src/*", "data/index.js", "data/downloads.json" ], "devDependencies": { "@types/node": "^16.4.13", "axios-curlirize": "^1.3.4", "grunt": "^1.1.0", "grunt-cli": "^1.3.2", "grunt-contrib-watch": "^1.1.0" }, "dependencies": { "awesome-phonenumber": "^2.27.0", "axios": "^0.21.1", "csv-parse": "^4.8.8", "fast-xml-parser": "^3.16.0", "moment": "^2.24.0", "proj4": "^2.6.0" } }