UNPKG

ddj.map

Version:

ddj.map makes it easier working with data on maps

42 lines (41 loc) 1.11 kB
{ "name": "ddj.map", "version": "1.0.21", "description": "ddj.map makes it easier working with data on maps", "main": "dist/index.js", "scripts": { "build": "webpack", "release": "npm run build && npm login && npm publish", "test": "echo \"Error: no test specified\" && exit 1", "watch": "npm run watch:build", "watch:build": "nodemon --watch src --exec \"npm run build\"" }, "repository": { "type": "git", "url": "git+https://tursics@github.com/tursics/ddj.map.js.git" }, "keywords": [ "ddj", "map" ], "author": "Thomas Tursics", "license": "MIT", "bugs": { "url": "https://github.com/tursics/ddj.map.js/issues" }, "homepage": "https://github.com/tursics/ddj.map.js#readme", "devDependencies": { "@babel/core": "^7.11.1", "@babel/preset-env": "^7.11.0", "babel-loader": "^8.1.0", "caniuse-lite": "^1.0.30001239", "css-loader": "^4.3.0", "mini-css-extract-plugin": "^1.0.0", "nodemon": "^2.0.4", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "csv-parse": "^4.12.0" } }