ioka-widget
Version:
IOKA Payment form
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "ioka-widget",
"version": "1.0.6",
"description": "IOKA Payment form",
"main": "index.js",
"scripts": {
"start": "concurrently --kill-others \"webpack -w --mode development\" \"serve ./src -p 3003\"",
"build": "concurrently --kill-others \"webpack --mode production\"",
"prepublish": "npm run build"
},
"keywords": [
"ioka",
"payment-form",
"js"
],
"author": "Kosbay Orynbasar",
"license": "MIT",
"dependencies": {
"jsx-pragmatic": "^2.0.7",
"zoid": "^9.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.2.0",
"concurrently": "^3.6.0",
"jest": "^23.2.0",
"path": "^0.12.7",
"regenerator-runtime": "^0.12.0",
"serve": "^9.1.0",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kosbay/ioka-widget-form.git"
},
"bugs": {
"url": "https://github.com/kosbay/ioka-widget-form/issues"
},
"homepage": "https://github.com/kosbay/ioka-widget-form#readme"
}