-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.29 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.29 KB
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
36
37
38
39
40
41
{
"name": "ipfs-cloud",
"version": "0.0.0",
"main": "index.js",
"repository": "git@github.com:flowpoint/ipfs-cloud.git",
"author": "flowpoint <flowpoint@protonmail.com!>",
"license": "GPL-v3",
"scripts": {
"install-elm-deps": "pushd src/elm && elm-package install -y elm-lang/svg & elm-package install -y gdotdesign/elm-ui && elm-package install -y pablohirafuji/elm-qrcode; popd;",
"pack": "webpack",
"serve": "http-server -c-1 -p 12345 build",
"edit": "cd src/elm/ && atom App.elm View.elm Layout.elm Stylesheet.elm Utils.elm State.elm Types.elm Ports.elm",
"start": "yarn run pack && yarn run serve"
},
"devDependencies": {
"elm": "^0.18.0",
"elm-webpack-loader": "^4.3.1",
"file-loader": "^1.1.4",
"http-server": "^0.10.0",
"web-components-loader": "^0.1.2",
"webpack": "^3.6.0"
},
"dependencies": {
"cids": "^0.5.2",
"crypto-js": "^3.1.9-1",
"file-type": "^7.2.0",
"ipfs": "^0.26.0",
"ipfs-api": "^15.0.1",
"ipfs-pubsub-room": "^0.3.0",
"ipfs-unixfs": "^0.1.13",
"ipld-dag-pb": "^0.11.2",
"jsqr": "^0.2.2",
"material-design-icons": "^3.0.1",
"mmmagic": "^0.4.5",
"multibase": "^0.3.4",
"multicodec": "^0.2.5",
"orbit-db": "^0.17.3",
"protobufjs": "^6.8.0",
"stream-buffers": "^3.0.1"
}
}