forked from wearerequired/user-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "user-feedback",
"title": "User Feedback",
"description": "Allows users to submit feedback and bug reports anywhere on the site using an interactive feedback button.",
"version": "1.0.0",
"homepage": "http://required.ch",
"author": {
"name": "required+",
"email": "support@required.ch",
"url": "http://required.ch"
},
"repository": {
"type": "git",
"url": "https://github.com/wearerequired/user-feedback"
},
"devDependencies": {
"bundle-collapser": "~1.1.4",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.0",
"grunt-browserify": "~3.8.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.12.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-phpunit": "~0.3.6",
"grunt-text-replace": "~0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-deploy": "~1.0.3",
"html2canvas": "*",
"load-grunt-config": "~0.16.0",
"node-underscorify": "~0.0.14",
"remapify": "~2.0",
"time-grunt": "~1.1.0"
},
"keywords": []
}