first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "geoip-detect",
|
||||
"version": "2.11.0",
|
||||
"description": "Geoip Detection - Wordpress Plugin (JS)",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:yellowtree/geoip-detect.git",
|
||||
"author": "Benjamin Pick <benjaminpick@github.com>",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"clean": "rm -rf .cache",
|
||||
"build-lodash": "lodash include=get -o js/lodash.custom.js",
|
||||
"start": "rm -rf js/dist && parcel parcel.urls --out-dir js/dist",
|
||||
"build": "rm -rf js/dist && parcel build parcel.urls --out-dir js/dist"
|
||||
},
|
||||
"private": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": ">=7.7.2",
|
||||
"babel-plugin-transform-class-properties": ">=6.24.1",
|
||||
"emoji-flags": "matiassingers/emoji-flags#master",
|
||||
"js-cookie": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": ">=7.7.2",
|
||||
"@babel/plugin-transform-runtime": ">=7.6.2",
|
||||
"babel-plugin-transform-runtime": ">=6.23.0",
|
||||
"eslint": "^6.6.0",
|
||||
"lodash-cli": "^4.17.5",
|
||||
"parcel-bundler": ">=1.12.4",
|
||||
"parcel-plugin-assets-list": ">=1.7.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user