-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 Bytes
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
{
"name": "eic-network.github.io",
"version": "1.0.0",
"description": "1. Install Docker runtime: https://docs.docker.com/docker-for-mac/install/",
"main": "index.js",
"scripts": {
"dev": "tinacms dev -c \"bundle exec jekyll serve\"",
"build": "tinacms build && bundle exec jekyll build",
"build-tina": "tinacms build",
"build-jekyll": "bundle exec jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thesponge/eic-network.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thesponge/eic-network.github.io/issues"
},
"homepage": "https://github.com/thesponge/eic-network.github.io#readme",
"dependencies": {
"@tinacms/cli": "^1.2.1",
"tinacms": "^1.2.1"
}
}