UNPKG

khalti-web

Version:
52 lines (51 loc) 1.34 kB
{ "name": "khalti-web", "version": "1.1.1", "description": "Khalti checkout loader for web.", "main": "lib/index.js", "scripts": { "test": "mocha --compilers js:babel-register spec/*", "build:node": "rollup -c rollup-config/node.js", "build:web": "rollup -c rollup-config/web.js", "build": "npm run build:node && npm run build:web", "prepublish": "npm run build" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/khalti/khalti-sdk-web.git" }, "keywords": [ "khalti", "checkout", "payment", "gateway", "nepal" ], "author": "ludbek", "license": "MIT", "bugs": { "url": "https://github.com/khalti/khalti-sdk-web/issues" }, "homepage": "https://github.com/khalti/khalti-sdk-web", "dependencies": { "validatex": "^0.3.1" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.11.4", "babel-loader": "^6.2.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", "babel-preset-es2015": "^6.9.0", "babel-register": "^6.11.5", "chai": "^3.5.0", "mocha": "^2.5.3", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-commonjs": "^8.2.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^2.0.1" } }