-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 973 Bytes
/
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
{
"name": "code-line-daily",
"version": "0.1.54",
"description": "A line of code of the day.",
"main": "index.html",
"scripts": {
"dev": "node scripts/index.js",
"default": "node scripts/index.js && gulp default",
"build": "node scripts/index.js && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maliMirkec/code-line-daily.git"
},
"keywords": [
"Starter Project",
"Line of code",
"Code line"
],
"author": "Silvestar Bistrović <me@silvestar.codes>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maliMirkec/code-line-daily/issues"
},
"homepage": "https://cld.silvestar.codes",
"dependencies": {
"babel-eslint": "^10.1.0",
"fontfaceobserver": "^2.1.0",
"gulp-data": "^1.3.1",
"gulp-replace": "^1.0.0",
"penthouse": "^2.3.0",
"sharp": "^0.25.4",
"starter-project": "^2.2.9-rc4",
"twitter": "^1.7.1",
"workbox-build": "^5.1.3"
}
}