UNPKG

brandlabs-bigcommerce-wishlist

Version:

Easy-to-use wishlist functionality for BigCommerce themes.

61 lines (60 loc) 1.55 kB
{ "name": "brandlabs-bigcommerce-wishlist", "version": "0.1.0", "description": "Easy-to-use wishlist functionality for BigCommerce themes.", "main": "index.js", "scripts": { "postinstall": "node ./postinstall/index.js", "build": "npm run lint && npm run test && webpack --progress", "dev": "webpack --watch", "lint": "eslint .", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/brandlabs/bigcommerce-wishlist.git" }, "keywords": [ "BigCommerce", "wishlist" ], "contributors": [ { "name": "Martin Chuka", "email": "martin.chuka@brandlabs.us" }, { "name": "J Bruni", "email": "j.bruni@brandlabs.us" } ], "license": "MIT", "bugs": { "url": "https://github.com/brandlabs/bigcommerce-wishlist/issues" }, "homepage": "https://github.com/brandlabs/bigcommerce-wishlist", "dependencies": { "@babel/runtime": "^7.8.7" }, "devDependencies": { "@babel/core": "^7.8.7", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", "babel-eslint": "^10.1.0", "babel-jest": "^25.1.0", "babel-loader": "^8.0.6", "babel-runtime": "^6.26.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-vue": "^6.2.2", "jest": "^25.1.0", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" }, "engines": { "node": ">=10.0.0" }, "engineStrict": true }