Commits on Source (6)
-
Bas Couwenberg authored
-
Bas Couwenberg authored
Upstream version 1.0.0
-
Bas Couwenberg authored
-
Bas Couwenberg authored
-
Bas Couwenberg authored
-
Bas Couwenberg authored
{ | ||
"name": "mgrs", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Utility for converting between WGS84 lat/lng and MGRS coordinates", | ||
"main": "mgrs.js", | ||
"main": "dist/mgrs.js", | ||
"module": "mgrs.js", | ||
"scripts": { | ||
"test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js", | ||
"build": "mkdir -p dist && browserify mgrs.js -s mgrs | derequire > dist/mgrs.js" | ||
"test": "npm run build && istanbul test _mocha test/test.js", | ||
"build": "mkdir -p dist && rollup -c" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -22,9 +23,8 @@ |
"url": "https://github.com/proj4js/mgrs/issues" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^8.1.1", | ||
"rollup": "^0.41.4", | ||
"chai": "~1.8.1", | ||
"derequire": "^1.2.0", | ||
"istanbul": "~0.1.46", | ||
"mocha": "~1.15.1" | ||
} | ||
... | ... |
rollup.config.js
0 → 100644