UNPKG

@io.github.missioncommand/mil-sym-js

Version:

JavaScript port of the java-based mil-std rendering libraries used in US Army Mission Command software

38 lines (37 loc) 1.02 kB
{ "name": "@io.github.missioncommand/mil-sym-js", "version": "0.3.40", "description": "JavaScript port of the java-based mil-std rendering libraries used in US Army Mission Command software", "main": "dist/sm-bc.min.js", "scripts": { "build": "ant clean && ant concat sm-bc minify res", "buildSVG": "ant clean && ant concat savm-bc minify res", "prepublishOnly": "npm run build", "publish:npm": "npm publish --access=public" }, "files": [ "dist" ], "keywords": [ "military", "symbology", "MIL-STD-2525", "rendering", "visualization" ], "author": "US Army Mission Command", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/missioncommand/mil-sym-js.git" }, "homepage": "https://github.com/missioncommand/mil-sym-js", "bugs": { "url": "https://github.com/missioncommand/mil-sym-js/issues" }, "engines": { "node": ">=10.0.0" }, "dependencies": { } }