-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 736 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
{
"name": "@wufr/letitsnow",
"version": "1.0.2",
"description": "Simple snowfall animation done only via CSS",
"main": "less/router.less",
"scripts": {
"build": "mix",
"watch": "mix watch",
"buildProd": "mix --production"
},
"devDependencies": {
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"laravel-mix": "^6.0.6",
"less": "^4.6.6",
"less-loader": "^13.0.0",
"semantic-release": "^25.0.5"
},
"author": "wUFr",
"license": "MIT",
"dependencies": {
"laravel-mix": "^6.0.49"
},
"repository": {
"type": "git",
"url": "git@github.com:wUFr/LetItSnow.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@wufr"
}
}