UNPKG

iframe-solvpath

Version:

Embeded Iframe for Solvpath

24 lines (23 loc) 596 B
{ "name": "iframe-solvpath", "version": "1.0.0", "description": "Embeded Iframe for Solvpath", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel index.js --out-file dist/solvpath-iframe.js && terser dist/solvpath-iframe.js -o dist/solvpath-iframe.min.js" }, "keywords": [ "Solvpath", "Iframe" ], "author": "Solvpath", "license": "ISC", "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.3", "@babel/preset-env": "^7.23.3", "terser": "^5.24.0" }, "dependencies": {} }