+2
−1
+1
−1
+14
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "proj4js",
|
||
"version": "1.3.3",
|
||
"version": "1.3.4",
|
||
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
|
||
"main": "./dist/proj4.js",
|
||
"directories": {
|
||
| @@ -18,16 +18,24 @@ | ||
"license": "MIT",
|
||
"jam": {
|
||
"main": "dist/amd/proj4.js",
|
||
"include":["dist/amd/proj4.js","README.md","AUTHORS","LICENSE.md"]
|
||
"include": [
|
||
"dist/amd/proj4.js",
|
||
"README.md",
|
||
"AUTHORS",
|
||
"LICENSE.md"
|
||
]
|
||
},
|
||
"devDependencies": {
|
||
"grunt-cli": "~0.1.9",
|
||
"grunt": "~0.4.1",
|
||
"grunt-contrib-connect": "~0.3.0",
|
||
"grunt-mocha-phantomjs": "~0.2.8",
|
||
"grunt-contrib-jshint": "~0.6.0",
|
||
"requirejs": "~2.1.7",
|
||
"grunt-contrib-requirejs": "~0.4.1",
|
||
"almond": "~0.2.5"
|
||
"almond": "~0.2.5",
|
||
"chai": "~1.7.2",
|
||
"mocha": "~1.12.1",
|
||
"curl": "https://github.com/cujojs/curl/tarball/0.8.1",
|
||
"grunt-mocha-phantomjs": "~0.3.0"
|
||
}
|
||
} |
||
+3
−3
+10
−8
Loading