| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "proj4",
- "version": "2.3.4-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",
- "jam": {
- "main": "dist/proj4.js",
- "include": [
- "dist/proj4.js",
- "README.md",
- "AUTHORS",
- "LICENSE.md"
- ]
- },
- "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": "~3.24.5",
- "grunt-browserify": "~1.3.0",
- "grunt-contrib-uglify": "~0.3.2",
- "curl": "git://github.com/cujojs/curl.git",
- "istanbul": "~0.2.4",
- "tin": "~0.4.0"
- },
- "dependencies": {
- "mgrs": "0.0.0"
- }
- }
|