-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 955 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
30
31
32
33
{
"name": "flask-html5up-alpha",
"version": "0.0.1",
"description": "Flask Alpha - WebApp generated with automation tools | AppSeed",
"main": "gruntfile.js",
"devDependencies": {
"rimraf": "^2.5.2"
},
"engines": {
"node": ">=0.10.1"
},
"scripts": {
"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/app-generator/flask-html5up-alpha"
},
"bugs": {
"url": "https://github.com/app-generator/flask-html5up-alpha/issues",
"email": "support@appseed.us"
},
"author": "AppSeed.us <support@appseed.us> (https://appseed.us)",
"license": "Commercial",
"private": false,
"dependencies": {
"ftp-deploy": "^2.3.3"
}
}