package.json 2.18 KB
{
    "name": "wicket",
    "version": "1.1.0",
    "description": "A modest library for moving between Well-Known Text (WKT) and various framework geometries",
    "homepage": "https://github.com/arthur-e/Wicket",
    "keywords": [
        "wkt",
        "map",
        "mapping",
        "geometry",
        "leaflet"
    ],
    "maintainers": [{
        "name": "K. Arthur Endsley",
        "email": "kaendsle@mtu.edu",
        "web": "https://github.com/arthur-e"
    }],
    "contributors": [{
        "name": "K. Arthur Endsley",
        "email": "kaendsle@mtu.edu",
        "web": "https://github.com/arthur-e"
    }, {
        "name": "cuyahoga",
        "web": "https://github.com/cuyahoga"
    }, {
        "name": "Tom Nightingale",
        "web": "https://github.com/thegreat"
    }, {
        "name": "Aaron Ogle",
        "web": "https://github.com/atogle"
    }, {
        "name": "James Seppi",
        "web": "https://github.com/jseppi"
    }, {
        "name": "tchannel",
        "web": "https://github.com/tchannel"
    }, {
        "name": "Felipe Figueroa",
        "web": "https://github.com/amenadiel"
    }, {
        "name": "Matthijs van Henten",
        "web": "https://github.com/mvhenten"
    }],
    "bugs": {
        "mail": "kaendsle@mtu.edu",
        "url": "https://github.com/arthur-e/Wicket/issues"
    },
    "licenses": [{
        "type": "GPLv3",
        "url": "https://raw.github.com/arthur-e/Wicket/master/LICENSE"
    }],
    "repository": {
        "type": "git",
        "url": "https://github.com/arthur-e/Wicket"
    },
    "scripts": {
        "postinstall": "export PATH=$PATH:/usr/local/lib/node_modules/uglify-js/bin/;unzip ./node_modules/jasmine-core/dist/jasmine-standalone-2.0.0.zip -d ./node_modules/jasmine-core/dist/",
        "build": "uglifyjs wicket.js -o wicket.min.js;uglifyjs wicket-gmap3.js -o wicket-gmap3.min.js;uglifyjs wicket-arcgis.js -o wicket-arcgis.min.js;uglifyjs wicket-leaflet.js -o wicket-leaflet.min.js;",
        "test": "./node_modules/mocha/bin/mocha -R tap tests/wicket-spec.js"
    },
    "devDependencies": {
        "chai": "*",
        "mocha": "*",
        "uglify-js": "2.4.x",
        "jasmine": "git://github.com/pivotal/jasmine#master"
    }
}