UNPKG

rethinkdb-boundaries

Version:

Downloads, converts, and indexes US Census TIGER data representing all boundaries in the United States to RethinkDB.

101 lines (100 loc) 2.91 kB
{ "name": "rethinkdb-boundaries", "version": "1.0.14", "description": "Downloads, converts, and indexes US Census TIGER data representing all boundaries in the United States to RethinkDB.", "main": "dist/index.js", "keywords": [ "census", "geojson", "rethink", "rethinkdb", "index", "civic", "civil" ], "repository": { "type": "git", "url": "git+https://github.com/contra/rethinkdb-boundaries.git" }, "author": "Contra <yo@contra.io> (http://contra.io)", "license": "MIT", "bugs": { "url": "https://github.com/contra/rethinkdb-boundaries/issues" }, "homepage": "https://github.com/contra/rethinkdb-boundaries#readme", "files": [ "src", "dist", "bin" ], "bin": { "rethinkdb-boundaries": "./bin/import-wrapper.js" }, "scripts": { "preversion": "npm run clean && npm run build && npm docs", "postversion": "npm run changelog", "build": "babel src --out-dir dist", "clean": "rimraf dist", "lint": "eslint src", "changelog": "github-changes -o contra -r rethinkdb-boundaries -b master -f ./CHANGELOG.md --order-semver --use-commit-body", "test": "npm run-script lint", "docs": "npm run docs:pre && npm run docs:build && npm run docs:publish", "docs:pre": "gitbook install && rimraf _book", "docs:build": "gitbook build -g contra/rethinkdb-boundaries", "docs:publish": "cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push git@github.com:contra/rethinkdb-boundaries gh-pages --force" }, "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.4.0", "babel-core": "^6.4.0", "babel-eslint": "^4.1.6", "babel-loader": "^6.2.1", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-transform-runtime": "^6.4.3", "babel-preset-es2015": "^6.3.13", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.4.3", "babelify": "^7.2.0", "eslint": "^1.10.3", "eslint-cli": "^1.0.0", "eslint-config-rackt": "^1.1.1", "gitbook-cli": "^1.0.1", "github-changes": "^1.0.1", "rimraf": "^2.5.0" }, "babel": { "presets": [ "es2015", "stage-0" ], "plugins": [ "transform-runtime", "add-module-exports" ] }, "eslintConfig": { "parser": "babel-eslint", "extends": "rackt", "env": { "node": true, "es6": true }, "ecmaFeatures": { "modules": true } }, "dependencies": { "async": "^2.0.0-rc.3", "babel-register": "^6.8.0", "babel-runtime": "^6.3.19", "chalk": "^1.1.3", "ftp": "^0.3.10", "lodash.defaultsdeep": "^4.4.0", "meow": "^3.7.0", "once": "^1.3.3", "plural": "^0.2.0", "shp2json": "^1.2.1", "thinky": "^2.3.2" } }