-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "addressfinder-magento",
"version": "2.1.1",
"devDependencies": {
"@addressfinder/addressfinder-webpage-tools": "^1.8.4",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"uglify-js": "^3.9.2",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"watch": "npm run build && webpack -w --config webpack.config.js --mode=development",
"build": "webpack --config webpack.config.js --mode=none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AddressFinder/addressfinder-magento.git"
},
"keywords": [
"magento",
"addressfinder",
"widget",
"extension",
"autocomplete",
"address",
"verification",
"verify"
],
"author": "@AddressFinder",
"license": "MIT",
"bugs": {
"url": "https://github.com/AddressFinder/addressfinder-magento/issues"
},
"homepage": "https://github.com/AddressFinder/addressfinder-magento#readme"
}