forked from Yoast/YoastSEO.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
65
66
67
{
"name": "yoastseo",
"description": "Yoast clientside page analysis",
"homepage": "https://github.com/Yoast/",
"keywords": [
"Yoast",
"SEO",
"text analysis"
],
"main": "index.js",
"license": "GPL-3.0",
"version": "1.22.0",
"repository": {
"type": "git",
"url": "https://github.com/Yoast/YoastSEO.js"
},
"scripts": {
"build": "grunt build:js",
"test": "grunt build:js && babel-node ./node_modules/istanbul/lib/cli.js cover jasmine",
"check-coverage": "istanbul check-coverage --statements 86 --branches 77 --functions 78 --lines 86"
},
"browser": "js/browser.js",
"devDependencies": {
"@types/node": "^8.0.20",
"autoprefixer": "^6.4.0",
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"babelify": "^7.3.0",
"eslint-config-yoast": "^2.0.2",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-yoast": "^1.0.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-exorcise": "^2.1.1",
"grunt-po2json": "git+https://github.com/atimmer/grunt-po2json.git#f26c05653af89ef0f7a72456dbe141eb56bf5471",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-shell": "^2.0.0",
"istanbul": "^0.4.0",
"jasmine": "~2.5.1",
"load-grunt-config": "^0.19.1",
"lodash-cli": "^4.14.1",
"grunt-ts": "^5.5.1",
"typescript": "^2.4.2"
},
"bugs": {
"url": "https://github.com/Yoast/js-text-analysis/issues"
},
"dependencies": {
"htmlparser2": "^3.9.2",
"jed": "^1.1.0",
"lodash": "^4.14.1",
"sassdash": "^0.8.1",
"tokenizer2": "^2.0.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}