forked from awesomemotive/all-in-one-seo-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 KB
/
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
31
32
33
34
35
36
{
"name": "all-in-one-seo-pack",
"version": "1.0.0",
"description": "One of the most downloaded plugins for WordPress... more than 30 million downloads!",
"main": "all_in_one_seo_pack.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semperfiwebdesign/all-in-one-seo-pack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues"
},
"homepage": "https://github.com/semperfiwebdesign/all-in-one-seo-pack#readme",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-uglify": "^3.1.0",
"grunt-eslint": "^21.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.1.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-csslint": "^2.0.0"
},
"dependencies": {
"grunt-contrib-jshint": "^1.1.0"
}
}