Sha256: 91286dc795735f7c7c1ea4bd03fd40b5c83e5ad67d5aacb7724090fc46524696
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
{ "name": "bridgetown-quick-search", "version": "2.0.0", "main": "frontend/javascript/index.js", "module": "frontend/javascript/index.js", "exports": { ".": "./frontend/javascript/index.js", "./dist": { "browser": "./frontend/dist/index.js", "import": "./frontend/dist/index.js" } }, "repository": { "type": "git", "url": "https://github.com/bridgetownrb/bridgetown-quick-search.git" }, "author": "Bridgetown Maintainers <maintainers@bridgetownrb.com>", "homepage": "https://www.bridgetownrb.com", "license": "MIT", "private": false, "files": [ "frontend" ], "scripts": { "build": "babel ./frontend/javascript --out-dir ./frontend/dist" }, "dependencies": { "@babel/runtime": "^7.10.1", "lit": "^2.0.0", "lunr": "^2.3.8" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.1" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-quick-search-2.0.0 | package.json |