UNPKG

933 BJSONView Raw
1{
2 "name": "mapplz",
3 "description": "Simple geodata and mapmaking",
4 "keywords": [
5 "map",
6 "etl",
7 "geo",
8 "gis",
9 "postgis",
10 "spatial"
11 ],
12 "version": "0.0.8",
13 "author": "mapmeld",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/mapmeld/mapplz-node.git"
17 },
18 "dependencies": {
19 "coffee-script": "1.7.x",
20 "geolib": "2.0.x",
21 "pg": "3.4.x",
22 "mongodb": "1.4.x",
23 "fast-csv": "0.4.x"
24 },
25 "devDependencies": {
26 "coffeelint": "1.5.x",
27 "should": ">= 0.0.1",
28 "mocha": "1.18.x",
29 "chai": "1.9.x",
30 "supertest": "0.12.x"
31 },
32 "engines": {
33 "node": ">= 0.10.x",
34 "npm": ">= 1.2.x"
35 },
36 "scripts": {
37 "test": "npm run test-coffeelint && npm run test-mocha",
38 "test-mocha": "mocha --compilers coffee:coffee-script/register",
39 "test-coffeelint": "coffeelint -f test/coffeelint.json ./*.coffee ./test/*.coffee"
40 },
41 "license": "FreeBSD"
42}