forked from xwp/stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
39
40
41
{
"name": "wp-stream",
"version": "3.2.2",
"description": "Stream tracks logged-in user activity so you can monitor every change made on your WordPress site in beautifully organized detail. All activity is organized by context, action and IP address for easy filtering. Developers can extend Stream with custom connectors to log any kind of action.",
"main": "stream.php",
"author": "XWP",
"license": "GPLv2+",
"repository": {
"type": "git",
"url": "git+https://github.com/xwp/stream.git"
},
"bugs": {
"url": "https://github.com/xwp/stream/issues"
},
"homepage": "https://github.com/xwp/stream#readme",
"keywords": [
"wp",
"stream",
"stream",
"activity",
"logs",
"track"
],
"devDependencies": {
"eslint": "^4.5.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-shell": "~2.1.0",
"grunt-wp-deploy": "~1.2.1",
"qunitjs": "^2.4.0",
"sinon": "^3.2.1"
},
"scripts": {
"postinstall": "if php -r 'die( version_compare( PHP_VERSION, \"5.3\", \">=\" ) ? 0 : 1 );'; then grunt; fi"
}
}