Socialify

Folder ..

Viewing package.json
32 lines (32 loc) • 810.0 B

 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
{
  "name": "protonmail-themes",
  "version": "4.0.0-beta12",
  "description": "Customise ProtonMail with themes and enhance your encrypted email experience.",
  "main": "index.js",
  "scripts": {
    "start": "npm run watch",
    "watch": "gulp watch",
    "build": "gulp build"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^4.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csalmeida/protonmail-themes.git"
  },
  "keywords": [
    "protonmail",
    "themes"
  ],
  "author": "Cristiano Almeida",
  "license": "",
  "bugs": {
    "url": "https://github.com/csalmeida/protonmail-themes/issues"
  },
  "homepage": "https://github.com/csalmeida/protonmail-themes#readme",
  "dependencies": {}
}