UNPKG

840 BJSONView Raw
1{
2 "name": "geojsonhint",
3 "description": "validate and sanity-check geojson files",
4 "version": "1.1.0",
5 "author": "Tom MacWright",
6 "bin": {
7 "geojsonhint": "./bin/geojsonhint"
8 },
9 "bugs": {
10 "url": "https://github.com/mapbox/geojsonhint/issues"
11 },
12 "dependencies": {
13 "colors": "~0.6.0-1",
14 "concat-stream": "~1.4.4",
15 "jsonlint-lines": "~1.6.0",
16 "minimist": "1.1.1",
17 "optimist": "~0.6.0"
18 },
19 "devDependencies": {
20 "benchmark": "^1.0.0",
21 "fuzzer": "~0.1.0",
22 "glob": "~3.2.6",
23 "tap": "~1.3.1"
24 },
25 "directories": {
26 "test": "test"
27 },
28 "keywords": [
29 "geojson",
30 "hint"
31 ],
32 "license": "ISC",
33 "main": "index.js",
34 "repository": {
35 "type": "git",
36 "url": "git://github.com/mapbox/geojsonhint.git"
37 },
38 "scripts": {
39 "test": "tap test/*.js --coverage"
40 }
41}