UNPKG

clitehd-external-api

Version:

A tiny library for external login to clitehd

76 lines (75 loc) 2.5 kB
{ "name": "clitehd-external-api", "version": "1.2.0", "description": "A tiny library for external login to clitehd", "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "files": [ "dist", "lib", "es" ], "homepage": "https://gitlab.nlhdvc.com/tanvir/clitehd-external-api#readme", "scripts": { "build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min && npm run build:es", "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib", "build:commonjs:watch": "npm run build:commonjs -- --watch", "build:es": "cross-env BABEL_ENV=es babel src --out-dir es", "build:es:watch": "npm run build:es -- --watch", "build:umd": "cross-env BABEL_ENV=es NODE_ENV=development node_modules/.bin/rollup src/index.js --config --sourcemap --output dist/clitehd-external-api.js", "build:umd:watch": "npm run build:umd -- --watch", "build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup src/index.js --config --output dist/clitehd-external-api.min.js", "clean": "rimraf lib dist es", "jest": "cross-env NODE_ENV=commonjs ./node_modules/.bin/jest", "jest:watch": "npm run jest -- --watch", "lint": "eslint ./src && flow", "prepare": "npm run clean && npm run build", "test": "npm run lint && npm run jest" }, "jest": { "testRegex": "(/tests/.*\\.spec.js)$", "testURL": "http://localhost" }, "repository": { "type": "git", "url": "ssh://git@gitlab.nlhdvc.com:2022/tanvir/clitehd-external-api.git" }, "keywords": [ "browser", "npm", "webrtc", "clitehd", "video-conference", "javascript", "es6" ], "author": "Md Tanvirul Islam", "license": "Apache-2.0", "devDependencies": { "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-eslint": "8.2.6", "babel-jest": "23.4.2", "babel-preset-env": "1.7.0", "cross-env": "5.2.0", "eslint": "4.19.1", "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1", "eslint-plugin-flowtype": "2.50.0", "eslint-plugin-import": "2.13.0", "flow-bin": "0.78.0", "jest": "23.4.2", "pre-commit": "1.2.2", "rimraf": "2.6.2", "rollup": "0.63.5", "rollup-plugin-babel": "3.0.7", "rollup-plugin-commonjs": "9.1.4", "rollup-plugin-node-resolve": "3.3.0", "rollup-plugin-replace": "2.0.0", "rollup-plugin-uglify": "4.0.0", "rollup-watch": "4.3.1" }, "pre-commit": [ "test" ] }