forked from sovware/directorist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1020 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
{
"name": "directorist-business-directory-plugin",
"version": "1.0.0",
"description": "=== Directorist - Business Directory Plugin ===\r Contributors: AazzTech\r Tags: business directory, directory, listings, classifieds, listing, ads\r Requires at least: 4.0\r Tested up to: 4.9.5\r Stable tag: 3.1.5\r License: GPLv2 or later\r License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/vairafiq/directorist-business-directory-plugin.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/vairafiq/directorist-business-directory-plugin#readme",
"dependencies": {
"gulp": "^4.0.2"
},
"devDependencies": {
"gulp-autoprefixer": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-rtlcss": "^1.3.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4"
}
}