-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.68 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
56
57
58
59
60
61
62
63
64
{
"name": "easy-seo",
"version": "1.6.16",
"description": "Easy SEO provides website search engine optimization.",
"main": "gulpfile.js",
"engines": {
"node": ">=10.12.0"
},
"scripts": {
"postinstall": "gulp",
"build": "gulp",
"test": "karma start karma.conf.js --single-run",
"coverage": "cat coverage/report-lcovonly.txt | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BoldGrid/boldgrid-seo.git"
},
"keywords": [
"SEO",
"Search",
"Engine",
"Optimization"
],
"author": "The BoldGrid Team",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/BoldGrid/boldgrid-seo/issues"
},
"homepage": "https://github.com/BoldGrid/boldgrid-seo#readme",
"resolutions": {
"natives": "1.1.6"
},
"devDependencies": {
"@boldgrid/wordpress-tag-sync": "^1.1.2",
"coveralls": "^3.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-jasmine": "^2.4.2",
"gulp-jshint": "^2.0.0",
"gulp-readme-to-markdown": "^0.1.1-1",
"gulp-rename": "^1.2.2",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^1.5.3",
"gulp-wp-pot": "^1.1.1",
"jasmine": "^2.8.0",
"jasmine-core": "^2.8.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.26",
"pump": "^1.0.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"butterbean": "https://github.com/justintadlock/butterbean.git#c64587395071742f99352d5ead03dc0050de8c78",
"text-statistics": "^0.1.1"
}
}