-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 918 Bytes
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
{
"name": "woo-better-reviews",
"version": "0.5.0-dev",
"description": "Like reviews, only way better.",
"repository": {
"type": "git",
"url": "https://github.com/liquidweb/woo-better-reviews.git"
},
"author": {
"name": "Nexcess",
"url": "https://www.nexcess.net"
},
"license": "MIT",
"dependencies": {
"grunt-cli": "^1.2.0",
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"npm": "^6.0.1"
},
"devDependencies": {
"grunt": "^1.2.0",
"grunt-check-modules": "^1.1.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^1.0.1",
"grunt-required": "^0.1.2"
}
}