ADD: added APP-6 Symbols to the Map
This commit is contained in:
48
node_modules/milsymbol/package.json
generated
vendored
Normal file
48
node_modules/milsymbol/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "milsymbol",
|
||||
"version": "2.2.0",
|
||||
"description": "Milsymbol.js is a small library in pure javascript that creates symbols according to MIL-STD-2525 and APP6.",
|
||||
"main": "dist/milsymbol.js",
|
||||
"exports": "./index.js",
|
||||
"types": "index.d.ts",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src test --fix",
|
||||
"prebuild": "npm run lint && npm test",
|
||||
"build": "npm run bundle && npm run minify",
|
||||
"build-amd": "npm run bundle-amd && npm run minify-amd",
|
||||
"bundle": "rollup -c",
|
||||
"bundle-amd": "rollup -c rollup.config.amd.js",
|
||||
"minify": "uglifyjs dist/milsymbol.development.js -o dist/milsymbol.js --comments --compress --mangle --source-map",
|
||||
"minify-amd": "uglifyjs dist/amd/milsymbol.development.js -o dist/amd/milsymbol.js --comments --compress --mangle --source-map",
|
||||
"test": "tead --coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatialillusions/milsymbol"
|
||||
},
|
||||
"author": "Måns Beckman (http://www.spatialillusions.com)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/spatialillusions/milsymbol/issues"
|
||||
},
|
||||
"homepage": "https://github.com/spatialillusions/milsymbol",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-prettier": "^3.4.1",
|
||||
"mil-std-2525": "^0.2.5",
|
||||
"milstd": "^0.1.6",
|
||||
"prettier": "^1.19.1",
|
||||
"rollup": "^0.58.2",
|
||||
"rollup-plugin-copy": "^0.2.3",
|
||||
"stanag-app6": "^0.2.0",
|
||||
"tead": "^0.5.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
},
|
||||
"babel": {
|
||||
"presets": "env"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user