-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1001 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1001 Bytes
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
{
"name": "react-layout-template",
"version": "1.0.5",
"bin": {
"react-layout-starter": "index.js"
},
"description": "React Layout Stater Template: A comprehensive template package for React project, providing ready-to-use header, footer, sidebar, and navbar components for easy and efficient website layout creation",
"main": "index.js",
"scripts": {
"template": "node index.js",
"postinstall": "pip install -r requirements.txt",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mariusmonkam/react-layout-template.git"
},
"keywords": [
"react",
"template",
"components",
"layout",
"stater",
"boilerplate",
"frontend",
"javascript",
"open",
"source",
"ui"
],
"author": "Marius Monkam",
"license": "MIT",
"bugs": {
"url": "https://github.com/mariusmonkam/react-layout-template/issues"
},
"homepage": "https://github.com/mariusmonkam/react-layout-template#readme"
}