forked from app-generator/flask-atlantis-dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 795 Bytes
/
package.json
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-dashboard-atlantis",
"version": "1.0.0",
"description": "An open-source Flask boilerplate suitable for admin panels.",
"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-dashboard-atlantis"
},
"bugs": {
"url": "https://github.com/app-generator/flask-dashboard-atlantis/issues",
"email": "[email protected]"
},
"author": "AppSeed.us <[email protected]> (https://appseed.us)",
"license": "MIT",
"dependencies": {
"ftp-deploy": "^2.3.3"
}
}