-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 784 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
{
"name": "flask-material-kit",
"version": "1.0.0",
"description": "An open-source Flask boilerplate suitable for simple applications.",
"main": "gruntfile.js",
"devDependencies": {
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"start" : "flask run",
"shell" : "flask shell"
},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/flask-material-kit"
},
"bugs": {
"url": "https://github.com/app-generator/flask-material-kit/issues",
"email": "support@appseed.us"
},
"author": "AppSeed.us <support@appseed.us> (https://appseed.us)",
"license": "MIT",
"dependencies": {
"ftp-deploy": "^2.3.3"
}
}