forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 951 Bytes
/
package.json
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
{
"name": "Jetpack",
"version": "3.4.0",
"description": "[Jetpack](http://jetpack.me/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](http://wordpress.com).",
"homepage": "http://jetpack.me",
"author": "Automattic",
"license": "GPLv2+",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git"
},
"bugs": {
"url": "https://github.com/Automattic/jetpack/issues"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-autoprefixer": "^0.7.3",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssjanus": "~0.2.2",
"grunt-notify": "^0.3.1",
"grunt-phplint": "0.0.5",
"grunt-search": "^0.1.6",
"grunt-shell": "^0.6.4",
"grunt-wp-i18n": "~0.4.6"
}
}