Skip to content

Commit

Permalink
Update Information
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 16, 2019
1 parent bd252a4 commit 93520ec
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
@@ -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"
Expand All @@ -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"
}
Expand Down

0 comments on commit 93520ec

Please sign in to comment.