-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
executable file
·63 lines (63 loc) · 1.93 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "wp-ulike",
"title": "WP ULike",
"version": "4.7.7",
"description": "WP ULike plugin allows to integrate a beautiful Ajax Like Button into your wordPress website to allow your visitors to like and unlike pages, posts, comments AND buddypress activities. Its very simple to use and supports many options.",
"homepage": "https://wpulike.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Alimir/wp-ulike.git"
},
"license": "MIT",
"author": {
"name": "TechnoWich",
"email": "[email protected]",
"url": "https://wpulike.com"
},
"main": "Gruntfile.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"browserify-hmr": ">=0.4.1",
"cross-env": "^7.0.3",
"grunt": "^1.4.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": ">=2.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": ">=1.0.1",
"grunt-contrib-copy": ">=1.0.0",
"grunt-contrib-cssmin": ">=3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-potomo": "^3.5.0",
"grunt-preprocess": ">=5.1.0",
"grunt-rsync": ">=3.0.0",
"grunt-shell": ">=3.0.1",
"grunt-sass": "^3.1.0",
"grunt-sync": "^0.8.2",
"grunt-terser": "^2.0.0",
"grunt-wp-deploy": "^2.1.2",
"grunt-wp-i18n": ">=1.0.3",
"http-server": "^0.12.3",
"load-grunt-tasks": ">=5.1.0",
"time-grunt": ">=1.4.0",
"uglify-js": "^3.12.2",
"node-sass": "^9.0.0",
"watchify": "^4.0.0"
},
"dependencies": {
"grunt-phplint": "^0.1.0",
"grunt-sync": "^0.8.2",
"grunt-text-replace": "^0.4.0",
"preprocess": "^3.2.0"
},
"bugs": {
"url": "https://github.com/Alimir/wp-ulike/issues"
}
}