{ "name": "proj4", "version": "2.3.16-alpha", "description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.", "main": "lib/index.js", "directories": { "test": "test", "doc": "docs" }, "scripts": { "test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js" }, "repository": { "type": "git", "url": "git://github.com/proj4js/proj4js.git" }, "author": "", "license": "MIT", "devDependencies": { "grunt-cli": "~0.1.13", "grunt": "~0.4.2", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-jshint": "~0.8.0", "chai": "~1.8.1", "mocha": "~1.17.1", "grunt-mocha-phantomjs": "~0.4.0", "browserify": "~12.0.1", "grunt-browserify": "~4.0.1", "grunt-contrib-uglify": "~0.11.1", "curl": "git://github.com/cujojs/curl.git", "istanbul": "~0.2.4", "tin": "~0.4.0" }, "browser": { "./lib/version.js": "./lib/version-browser.js" }, "dependencies": { "mgrs": "~0.0.2", "wkt-parser": "^1.0.3" } }