-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 992 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 992 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
28
29
30
31
32
33
34
35
36
{
"title": "reguluswallet.com",
"name": "reguluswallet.com",
"version": "1.0.0",
"description": "Regulus Wallet is a crypto wallet for Stellar. You can send and receive payments, view transactions and more. It is cross platform for iOS and Android and was built with React Native and Expo.",
"keywords": [
"regulus",
"crypto",
"stellar",
"lumens"
],
"homepage": "https://reguluswallet.com",
"license": "MIT",
"author": "Joshua Payne",
"repository": {
"type": "git",
"url": "https://github.com/reguluswallet/reguluswallet.com"
},
"dependencies": {
"bootstrap": "4.0.0",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1",
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"browser-sync": "2.23.6",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.2",
"gulp-header": "2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0",
"shipit-cli": "4.0.1"
}
}