UNPKG

web-atoms-core

Version:
44 lines (43 loc) 1.17 kB
{ "name": "@web-atoms/core", "version": "1.1.117", "description": "Web Atoms Core", "main": "index.js", "scripts": { "test": "istanbul cover ./node_modules/@web-atoms/unit-test/index.js ./dist/tests", "posttest": "remap-istanbul -i ./coverage/coverage.json -t html -o ./html-report", "postversion": "git push --follow-tags" }, "repository": { "type": "git", "url": "git+https://github.com/neurospeech/web-atoms-core.git" }, "keywords": [ "web", "atoms", "core" ], "author": "Akash Kava", "license": "MIT", "bugs": { "url": "https://github.com/neurospeech/web-atoms-core/issues" }, "homepage": "https://github.com/neurospeech/web-atoms-core#readme", "devDependencies": { "@types/jquery": "^3.3.33", "@web-atoms/module-loader": "^1.0.408", "@web-atoms/unit-test": "^1.0.24", "colors": "^1.4.0", "istanbul": "^0.4.5", "jsdom": "^15.2.1", "path": "^0.12.7", "remap-istanbul": "^0.11.1", "test-dom": "^1.0.0", "typedoc": "^0.15.8", "xmlhttprequest": "^1.8.0" }, "dependencies": { "@web-atoms/date-time": "^1.0.23", "reflect-metadata": "^0.1.13" } }