-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1022 Bytes
/
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
{
"name": "seo-injector",
"version": "1.0.7",
"description": "A Javascript command to automatically modify the main html file (like index.html) to add the provided SEO meta tags and more. Designed for Create React App.",
"main": "./src/index.js",
"scripts": {
"test": "mocha"
},
"bin": "./src/index.js",
"keywords": [
"create-react-app",
"react",
"seo",
"google",
"index",
"search",
"optimization",
"html",
"meta",
"tags",
"meta-tags",
"meta-tags-generator",
"headers"
],
"author": "Elia Lazzari",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Elius94/seo-injector.git"
},
"bugs": {
"url": "https://github.com/Elius94/seo-injector/issues"
},
"homepage": "https://github.com/Elius94/seo-injector#readme",
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^5.2.0"
}
}