This commit is contained in:
erwanlr
2022-07-02 13:18:01 +02:00
parent 61363a1985
commit f9e6e75c0c
32 changed files with 26313 additions and 2 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "netservice-reseller",
"version": "1.9.4",
"description": "netservice reseller plugin for wordpress",
"main": "",
"scripts": {
"build": "node node_modules/grunt/bin/grunt build",
"start": "node node_modules/grunt/bin/grunt watch"
},
"keywords": [
"wordpress",
"wp",
"plugin",
"netservice",
"netservice.shop",
"reseller"
],
"repository": {
"type": "git",
"url": "git+https://github.com/netservice/wp.git"
},
"author": "Netservice",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-i18n": "^0.5.4"
}
}