Sha256: ff6d7ba7465e91c246120d83f5fc756d756b2d41ee553ecc9295d4f9187d49f0
Contents?: true
Size: 974 Bytes
Versions: 1
Compression:
Stored size: 974 Bytes
Contents
{ "name": "bridgetown-quick-search", "version": "1.1.0", "main": "frontend/javascript/index.js", "module": "frontend/javascript/index.js", "exports": { "./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-element": "^2.3.1", "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-1.1.0 | package.json |