forked from tripflex/wp-login-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 941 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
28
29
30
31
32
33
{
"name": "wp-login-flow",
"title": "WP Login Flow",
"acronym": "wplf",
"version": "3.0.2",
"homepage": "http://plugins.smyl.es",
"author_homepage": "http://smyl.es",
"class": "WP_Login_Flow",
"CAP_NAME": "WP_LOGIN_FLOW",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-po2mo": "^0.1.2",
"grunt-replace": "^1.0.1",
"grunt-shell": "^3.0.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^4.0.0"
},
"dependencies": {
"grunt-wp-readme-to-markdown": "^2.0.1"
}
}