-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
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
{
"name": "buddypress-activity-plus",
"version": "1.6.5",
"description": "A Facebook-style media sharing improvement for the activity box.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WPMU DEV",
"license": "GPL",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-wp-i18n": "^1.0.0",
"@wordpress/eslint-plugin": "^3.2.0",
"eslint": "^6.7.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-es5": "^1.4.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddydev/buddypress-activity-plus.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/buddydev/buddypress-activity-plus/issues"
},
"homepage": "https://github.com/buddydev/buddypress-activity-plus#readme"
}