UNPKG

tonicpow-embed

Version:

TonicPow Embed helps manage visitor sessions and load any Tonic Widgets

65 lines (64 loc) 1.34 kB
{ "name": "tonicpow-embed", "version": "0.1.4", "description": "TonicPow Embed helps manage visitor sessions and load any Tonic Widgets", "main": "dist/tonic.js", "author": { "name": "TonicPow", "email": "support@tonicpow.com", "url": "https://docs.tonicpow.com" }, "contributors": [ { "name": "Satchmo", "url": "https://github.com/rohenaz/" }, { "name": "MrZ", "url": "https://github.com/mrz1836/" }, { "name": "Attila", "url": "https://github.com/attilaaf/" } ], "bugs": { "url": "https://github.com/tonicpow/embed/issues" }, "homepage": "https://github.com/tonicpow/embed", "scripts": { "lint": "cd src && standard --fix || true", "build": "webpack --config webpack.config.js", "deploy": "npm publish --access public" }, "license": "Open BSV", "repository": { "type": "git", "url": "https://github.com/tonicpow/embed/" }, "keywords": [ "tonic", "tonicpow-js", "tonicpow", "tonic pow", "embed", "bitcoin", "bsv" ], "dependencies": {}, "devDependencies": { "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "chai": "^4.2.0", "mocha": "^7.1.2" }, "files": [ "dist/*" ], "bin": { "tonic-js": "dist/tonic.js" }, "engines": { "node": "*" } }