forked from imath/wp-statuses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 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
35
36
37
{
"author": "imath",
"bugs": {
"url": "https://github.com/imath/wp-statuses/issues"
},
"description": "Suggestions to improve the WordPress Post statuses API.",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-exec": "~1.0.1",
"grunt-check-dependencies": "~0.12.0",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^1.0.0",
"grunt-wp-i18n": "~0.5.4",
"grunt-git-archive": "~0.0.3",
"matchdep": "~1.0.1"
},
"engines": {
"node": "~6.6.0"
},
"keywords": [
"status"
],
"homepage": "https://github.com/imath/wp-statuses",
"license": "GPL-2.0+",
"name": "wp-statuses",
"repository": {
"type": "git",
"url": "https://github.com/imath/wp-statuses.git"
},
"version": "1.3.0-alpha"
}