forked from exonumia-cc/exonumia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 901 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": "exonumia.cc",
"version": "0.0.1",
"description": "The landing page for native African language speaker looking to learn about Bitcoin.",
"main": "exonumia.cc.js",
"scripts": {
"docs:dev-md": "vuepress check-md docs && vuepress dev docs",
"docs:dev": "vuepress dev docs",
"docs:build-md": "vuepress check-md docs && NODE_ENV=production vuepress build docs",
"docs:build": "NODE_ENV=production vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://code.sigidli.com/exonumia/exonumia.cc.git"
},
"keywords": [
"exonumia",
"bitcoin",
"africa"
],
"author": "Sigidli",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^2.0.0-beta.25",
"@vuepress/plugin-register-components": "^2.0.0-beta.26",
"markdown-it-footnote": "^3.0.3",
"vuepress": "^2.0.0-beta.25"
}
}