forked from hazart/grunt-escaped-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.26 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "grunt-escaped-seo",
"description": "Generate an SEO website and sitemap for google escaped fragments - forked from https://github.com/skrafft/grunt-escaped-seo",
"version": "0.6.0",
"homepage": "https://github.com/skrafft/grunt-escaped-seo",
"author": {
"name": "Sébastien Krafft",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/skrafft/grunt-escaped-seo.git"
},
"bugs": {
"url": "https://github.com/skrafft/grunt-escaped-seo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/skrafft/grunt-escaped-seo/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"path": "~0.4.9",
"jquery": "~2.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.4",
"phantom": "~0.6.1"
},
"peerDependencies": {
"grunt": "~0.4.4",
"jquery": "~2.1.1",
"phantom": "~0.6.1"
},
"keywords": [
"gruntplugin",
"google",
"googlebot",
"escaped fragment",
"sitemap",
"phantom",
"seo",
"pushstate",
"ajax"
]
}