bruno-ui
Version:
Bruno UI Kit
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "bruno-ui",
"version": "0.4.1",
"description": "Bruno UI Kit",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"unpkg": "dist/bruno/bruno.js",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"deploy": "npm run build && np"
},
"devDependencies": {
"@stencil/core": "1.8.1",
"@stencil/sass": "1.1.1",
"@types/jest": "24.0.24",
"@types/puppeteer": "1.20.3",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"np": "5.0.3",
"puppeteer": "1.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiubutnarasu/bruno-ui.git"
},
"author": "Sergiu Butnarasu",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiubutnarasu/bruno-ui"
},
"homepage": "http://bruno.butnarasu.ro/",
"keywords": [
"web components",
"components",
"stencil",
"bruno",
"ui",
"ui kit"
],
"jest": {
"preset": "@stencil/core/testing"
}
}