This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "creativechain-platform",
"version": "1.0.10",
"buildVersion": "",
"description": "Creativechain is a blockchain project for the registration, authentication and distribution of digital free culture.",
"main": "main.js",
"scripts": {
"test": "node build/test.js",
"start": "electron . --allow-file-access-from-files",
"postinstall": "install-app-deps",
"compile": "node build/compile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativechain/creativechain-universe.git"
},
"keywords": [
"blokchain",
"creativecoin",
"creativechain",
"bitcoin",
"content",
"digital",
"free",
"distribution",
"registration"
],
"author": {
"name": "The Creativechain Developers",
"email": "info@creativechain.org"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/creativechain/creativechain-universe/issues"
},
"homepage": "https://www.creativechain.org",
"dependencies": {
"bitcoinjs-lib": "^3.3.1",
"coinselect": "github:creativechain/coinselect",
"creativechain-platform-core": "github:creativechain/platform-core",
"csv-writer": "^1.0.0",
"drag-drop": "^2.14.0",
"electron-is-dev": "^0.3.0",
"file-size": "^1.0.0",
"level-js": "github:timkuijsten/level.js#idbunwrapper",
"mime-types": "^2.1.17",
"moment": "^2.22.1",
"mousetrap": "^1.6.1",
"multiplex": "github:dignifiedquire/multiplex",
"open": "0.0.5",
"os-locale": "^2.1.0",
"path": "^0.12.7",
"qrcode": "^0.9.0",
"semver": "^5.5.0",
"trantor-js": "^0.4.4",
"webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master",
"webrtcsupport": "github:ipfs/webrtcsupport"
},
"devDependencies": {
"electron": "2.0.0",
"electron-builder": "^20.10.0",
"nodegit": "^0.22.0"
}
}