forked from nsexer/blockchainweek.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 804 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
{
"name": "blockchainweek.fr",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:cesalazar/berlinblockchainweek.git",
"author": "Carlos E. Salazar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesalazar/berlinblockchainweek/issues"
},
"homepage": "https://cesalazar.github.com/berlinblockchainweek",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"deploy": "aws s3 sync /Users/nsexer/Coding/Websites/blockchainweek.fr/.vuepress/dist s3://blockchainweek.fr"
},
"devDependencies": {
"debounce": "^1.2.0",
"vuepress": "^0.14.9"
},
"dependencies": {
"minimatch": "^3.0.4",
"moment": "^2.24.0",
"surge": "^0.20.1",
"vue-analytics": "^5.16.2",
"yarn": "^1.13.0"
}
}