UNPKG

@web-atoms/core-docs

Version:
44 lines (43 loc) 1.21 kB
{ "name": "@web-atoms/core", "version": "2.1.11", "description": "Web Atoms Core", "main": "index.js", "scripts": { "test1": "node ./node_modules/@web-atoms/unit-test/index.js ./dist/tests", "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": { "@web-atoms/module-loader": "^2.0.6", "@web-atoms/unit-test": "^1.0.29", "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.26", "reflect-metadata": "^0.1.13" } }