UNPKG

mapcraftjs

Version:

Web components and modules for mapping (React + Leaflet)

71 lines (70 loc) 1.91 kB
{ "name": "mapcraftjs", "version": "1.0.11", "description": "Web components and modules for mapping (React + Leaflet)", "main": "dist/index.js", "scripts": { "lint": "eslint src tests --ext .js --ext .jsx", "prebuild": "rm -rf dist", "build": "babel src --out-dir dist", "check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", "report-coverage": "cat ./coverage/lcov.info | codecov", "watch:test": "npm t -- --watch", "test": "npm run lint && mocha ./tests/*.test.js --compilers js:babel-register", "watch:build": "watch 'npm run build' src", "cover": "nyc --reporter=lcov npm t" }, "repository": { "type": "git", "url": "git+https://github.com/mapcraftlabs/mapcraftjs.git" }, "keywords": [ "React", "Leaflet", "Maps", "Planning" ], "author": "Fletcher Foti (MapCraft)", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/mapcraftlabs/mapcraftjs/issues" }, "homepage": "https://github.com/mapcraftlabs/mapcraftjs#readme", "devDependencies": { "babel-cli": "^6.8.0", "babel-core": "^6.4.5", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-register": "^6.8.0", "chai": "^3.5.0", "chai-stats": "^0.3.0", "codecov": "^1.0.1", "eslint": "^2.4.0", "eslint-loader": "^1.3.0", "eslint-plugin-react": "^4.2.2", "expect": "^1.19.0", "ghooks": "^1.2.1", "jsx-chai": "^3.0.0", "mocha": "^2.4.5", "nyc": "^6.4.2", "react-addons-test-utils": "^0.14.7", "watch": "^0.18.0" }, "dependencies": { "colorbrewer": "^1.0.0", "d3": "^3.5.16", "lodash": "^4.17.4", "simple-statistics": "^1.0.1" }, "config": { "ghooks": { "pre-commit": "npm run test" } }, "babel": { "presets": [ "es2015" ] } }