|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
- "name": "flask-boilerplate",
|
|
|
- "version": "0.0.1",
|
|
|
- "description": "FlaskPlay - Boilerplate built with Flask Microframework",
|
|
|
+ "name": "flask-argon-dashboard",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "An open-source Flask boilerplate suitable for admin panels.",
|
|
|
"main": "gruntfile.js",
|
|
|
"devDependencies": {
|
|
|
"rimraf": "^2.5.2"
|
|
|
@@ -13,20 +13,18 @@
|
|
|
"start" : "flask run",
|
|
|
"shell" : "flask shell",
|
|
|
"build-static" : "python ./static.py",
|
|
|
- "serve-static" : "serve app/build",
|
|
|
"deploy" : "node deploy"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
- "url": "https://github.com/simpllowebsites/simpllo.com"
|
|
|
+ "url": "https://github.com/app-generator/flask-argon-dashboard"
|
|
|
},
|
|
|
"bugs": {
|
|
|
- "url": "https://github.com/simpllowebsites/simpllo.com/issues",
|
|
|
+ "url": "https://github.com/app-generator/flask-argon-dashboard/issues",
|
|
|
"email": "support@appseed.us"
|
|
|
},
|
|
|
"author": "AppSeed.us <support@appseed.us> (https://appseed.us)",
|
|
|
"license": "MIT",
|
|
|
- "private": false,
|
|
|
"dependencies": {
|
|
|
"ftp-deploy": "^2.3.3"
|
|
|
}
|