-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "wallets.json",
"version": "2.6.10",
"description": "Cryptocurrencies core wallets configuration map in json",
"main": "wallets.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --single-quote --print-width 120 --write \"src/**/*.js\"",
"prepublishOnly": "git push origin HEAD"
},
"devDependencies": {
"gatsby": "^1.9.270",
"gatsby-link": "^1.6.44",
"gatsby-plugin-react-helmet": "^2.0.11",
"gh-pages": "^1.2.0",
"material-design-icons": "^3.0.1",
"prettier": "^1.13.5",
"react-helmet": "^5.2.0",
"react-virtualized": "^9.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LePetitBloc/wallets.git"
},
"keywords": [
"masternode",
"docker",
"port",
"rpc",
"container",
"wallets",
"dash",
"cryptocurrency"
],
"author": "lutangar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LePetitBloc/wallets/issues"
},
"homepage": "https://github.com/LePetitBloc/wallets#readme"
}