Sha256: 4e6ecc55b4d2afa3a4ff0cd69ebb61ce3bd01fa626e4aa6916d2168c72636e0b

Contents?: true

Size: 1.27 KB

Versions: 3

Compression:

Stored size: 1.27 KB

Contents

{
  "name": "@minthesize/cubism",
  "version": "0.1.0-pre13",
  "description": "Lightweight Resource-Based Presence Solution with CableReady.",
  "main": "./dist/cubism.umd.min.js",
  "module": "./dist/cubism.min.js",
  "files": [
    "dist/*",
    "javascript/*"
  ],
  "scripts": {
    "lint": "yarn run prettier-standard:check",
    "format": "yarn run prettier-standard:format",
    "prettier-standard:check": "yarn run prettier-standard --check ./javascript/**/*.js rollup.config.js",
    "prettier-standard:format": "yarn run prettier-standard ./javascript/**/*.js rollup.config.js",
    "build": "yarn rollup -c",
    "watch": "yarn rollup -wc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/julianrubisch/cubism.git"
  },
  "keywords": [
    "presence"
  ],
  "author": "Julian Rubisch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/julianrubisch/cubism/issues"
  },
  "homepage": "https://github.com/julianrubisch/cubism#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.3",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "prettier-standard": "^16.4.1",
    "rollup": "^2.70.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "dependencies": {
    "cable_ready": "^5.0.0-pre9"
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cubism-0.1.0.rc2 package.json~
cubism-0.1.0.rc1 package.json~
cubism-0.1.0.pre13 package.json