-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
23 lines (23 loc) · 994 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
{
"name": "@surge/example-autoappcache",
"version": "0.1.0",
"description": "An example using Surge’s Auto AppCache to building offline web apps.",
"homepage": "https://surge.sh",
"repository": "https://github.com/surge-sh/example-autoappcache.git",
"license": "MIT",
"private": true,
"author": "Kenneth Ormandy <[email protected]> (http://kennethormandy.com)",
"contributors": [
"Kenneth Ormandy <[email protected]> (http://kennethormandy.com)",
"Brock Whitten <[email protected]> (http://sintaxi.com)"
],
"keywords": ["surge", "surge.sh", "example", "appcahce", "auto appcahce", "offline", "offline first", "static"],
"devDependencies": {
"surge": "latest"
},
"scripts": {
"compile": "echo \"If you’re using a static site generator or other compilation step, you could run it here and deploy your build directory instead!\"",
"predeploy": "npm run compile",
"deploy": "surge --project ./src --domain example-autoappcache.surge.sh"
}
}