forked from pronamic/wp-pronamic-events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 899 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": "pronamic-events",
"version": "1.1.1",
"description": "This plugin add some basic Event functionality to WordPress.",
"repository": {
"type": "git",
"url": "https://github.com/pronamic/wp-pronamic-events"
},
"keywords": [
"pronamic",
"events",
"wordpress",
"wp"
],
"author": "Pronamic",
"license": "GPL",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-events/issues"
},
"homepage": "https://github.com/pronamic/wp-pronamic-events",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checkwpversion": "~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-phpcs": "^0.2.3",
"grunt-phplint": "0.0.5",
"grunt-wp-i18n": "~0.4.9",
"grunt-contrib-copy": "^0.7.0",
"grunt-rt-wp-deploy": "^0.1.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-phpmd": "^0.1.1"
}
}