-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 592 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 592 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
{
"name": "flask-dashboard-material-dark",
"version": "1.0.0",
"description": "Flask boilerplate suitable for admin panels.",
"scripts": {
"lint": "eslint ."
},
"engines": {
"node": "8.11.3"
},
"devDependencies": {
"eslint": "5.0.0",
"eslint-config-google": "0.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/flask-dashboard-material-dark"
},
"keywords": [
"flask",
"admin-dashboard"
],
"author": "AppSeed.us",
"contributors": [
"AppSeed Support <support@appseed.us>"
],
"license": "MIT"
}