123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "popper.js",
- "version": "1.16.1",
- "description": "A kickass library to manage your poppers",
- "homepage": "https://popper.js.org",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/FezVrasta/popper.js.git"
- },
- "author": "Federico Zivolo <federico.zivolo@gmail.com>",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/popperjs"
- },
- "contributors": [
- "Contributors (https://github.com/FezVrasta/popper.js/graphs/contributors)"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/FezVrasta/popper.js/issues"
- },
- "keywords": [
- "popperjs",
- "component",
- "drop",
- "tooltip",
- "popover",
- "position",
- "attached"
- ],
- "main": "dist/umd/popper.js",
- "module": "dist/esm/popper.js",
- "unpkg": "dist/umd/popper.min.js",
- "types": "index.d.ts",
- "sideEffects": false,
- "scripts": {
- "prepare": "yarn build",
- "postpublish": "nuget-publish && ./bower-publish.sh",
- "prebuild": "yarn lint",
- "pretest": "yarn lint",
- "build": "node bundle.js && cp index.js.flow dist/umd/popper.js.flow",
- "lint": "eslint .",
- "test": "popper-karma",
- "posttest": "tsc --project tests/types/tsconfig.json",
- "test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test",
- "coverage": "COVERAGE=true yarn test"
- },
- "devDependencies": {
- "@popperjs/bundle": "^1.0.2",
- "@popperjs/eslint-config-popper": "^1.0.0",
- "@popperjs/test": "^1.0.0",
- "@popperjs/test-utils": "^1.0.0",
- "eslint": "^4.1.1",
- "nuget-publish": "^1.0.3",
- "typescript": "^2.7.1"
- },
- "resolutions": {
- "micromatch": "^3.0.3"
- }
- }
|