This commit is contained in:
erwanlr
2019-03-16 08:38:07 +00:00
parent c15cb16ca8
commit b5363b2689
11 changed files with 3161 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "site-call-wp-plugin-lite",
"version": "1.0.1",
"description": "Sitecall Lite Wordpress Plugin",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-wp-pot": "^2.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/ftdev/site-call-wp-plugin-lite.git"
},
"author": "Focus Telecom Polska Sp. z o.o.",
"license": "ISC",
"homepage": "https://bitbucket.org/ftdev/site-call-wp-plugin-lite#readme"
}