forked from MinnPost/object-sync-for-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "object-sync-for-salesforce",
"title": "Object Sync for Salesforce",
"description": "Object Sync for Salesforce is a WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.",
"version": "1.8.12",
"main": "Gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MinnPost/object-sync-for-salesforce.git"
},
"author": "MinnPost",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/MinnPost/object-sync-for-salesforce/issues"
},
"homepage": "https://github.com/MinnPost/object-sync-for-salesforce#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"eslint-config-wordpress": "^2.0.0",
"fs": "0.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^6.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sort": "~2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^9.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.3.5",
"npm-check-updates": "^3.1.23",
"stylelint": "^11.0.0",
"stylelint-config-wordpress": "^14.0.0"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead"
]
}