forked from weDevsOfficial/wp-user-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 795 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": "WP-User-Frontend",
"version": "3.1.5",
"description": "A Frontend Plugin for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-phplint": "0.0.8",
"grunt-ssh": "^0.12.9",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^0.5.4",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jshint-stylish": "^2.2.1"
}
}