UNPKG

932 BJSONView Raw
1{
2 "name": "geojsonhint",
3 "description": "validate and sanity-check geojson files",
4 "version": "1.1.1",
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 "chalk": "^1.1.0",
14 "concat-stream": "~1.4.4",
15 "jsonlint-lines": "1.7.1",
16 "minimist": "1.1.1",
17 "text-table": "^0.2.0"
18 },
19 "devDependencies": {
20 "benchmark": "^1.0.0",
21 "eslint": "^1.10.3",
22 "eslint-config-unstyled": "^1.1.0",
23 "fuzzer": "~0.1.0",
24 "glob": "~3.2.6",
25 "tap": "~1.3.1"
26 },
27 "directories": {
28 "test": "test"
29 },
30 "keywords": [
31 "geojson",
32 "hint"
33 ],
34 "license": "ISC",
35 "main": "index.js",
36 "repository": {
37 "type": "git",
38 "url": "git://github.com/mapbox/geojsonhint.git"
39 },
40 "scripts": {
41 "test": "eslint index.js object.js && tap test/*.js --coverage"
42 }
43}