UNPKG

@gobistories/gobi-web-integration

Version:

Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.

53 lines (52 loc) 1.55 kB
{ "name": "@gobistories/gobi-web-integration", "version": "4.5.0", "description": "", "main": "dist/index.js", "scripts": { "serve": "webpack-dev-server", "build": "node_modules/coffeescript/bin/coffee build.coffee", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Gobitech AS", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Gobitech/Gobi-Web-Integration.git" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-transform-classes": "^7.4.4", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/preset-env": "^7.3.4", "autoprefixer": "^9.4.9", "babel-loader": "^8.0.5", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "clean-webpack-plugin": "^2.0.1", "coffee-loader": "^0.9.0", "coffeescript": "^2.4.1", "css-loader": "^2.1.0", "cssnano": "^4.1.10", "eslint-plugin-coffeescript-es7": "^1.0.1", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.12.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "postcss-loader": "^3.0.0", "raw-loader": "^3.1.0", "style-loader": "^0.23.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "uglifyjs-webpack-plugin": "^2.1.2", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1", "webpack-merge": "^4.2.1" }, "dependencies": { "promise-polyfill": "8.1.0", "qrcode": "^1.3.3", "socket.io-client": "^2.2.0", "uuid": "^3.3.2" } }