Sha256: 6999d97f724e4065c69424b6b09db8f2a01a0b3e3ffbff936d05d34348cadfaa
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
{ "name": "@minthesize/cubism", "version": "0.1.1", "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" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cubism-0.2.0 | package.json |