forked from Yoast/Yoast-SEO-for-TYPO3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.58 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
{
"name": "t3ext-yoast-seo",
"version": "1.0.0",
"description": "Yoast SEO for TYPO3",
"main": "plugin.js",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"grunt": ">=0.4.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-glotpress": "git+https://github.com/markoheijnen/grunt-glotpress.git#05a38906b357d5a4785bc57e6287fb6479e674b7",
"grunt-po2json": "git+https://github.com/atimmer/grunt-po2json.git#f26c05653af89ef0f7a72456dbe141eb56bf5471",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.0.0"
},
"plugin": {
"glotpress": "http://translate.wordpress.org",
"textdomain": "wordpress-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo/issues",
"languageteam": "Yoast Translate <[email protected]>",
"lasttranslator": "Yoast Translate Team <[email protected]>"
},
"dependencies": {
"lodash": "^4.14.2",
"yoastseo": "git+https://github.com/Yoast/YoastSEO.js.git#develop"
},
"repository": {
"type": "git",
"url": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo.git"
},
"keywords": [
"Yoast",
"TYPO3"
],
"author": "Frank Baak <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo/issues"
},
"homepage": "https://github.com/YoastSeoForTypo3/t3ext-yoast-seo"
}