-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 982 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
34
35
{
"name": "holochain-gym-workshops",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "rocket start",
"build": "rocket build",
"gh-pages": "gh-pages -d _site -b gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holochain-gym/holochain-gym.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/holochain-gym/holochain-gym.github.io/issues"
},
"homepage": "https://github.com/holochain-gym/holochain-gym.github.io#readme",
"devDependencies": {
"@rocket/cli": "^0.5.2",
"@rocket/launch": "^0.4.0",
"@rollup/plugin-commonjs": "^17.0.0",
"gh-pages": "^3.1.0"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"@holochain-playground/core": "git+https://github.com/holochain-playground/core.git#build",
"@holochain-playground/elements": "github:holochain-playground/elements#build"
},
"description": ""
}