-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 712 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
{
"name": "federicocarrone.com",
"version": "1.0.0",
"description": "collection of the best articles, videos and presentations related to Erlang",
"main": "index.js",
"dependencies": {
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"csslint": "^1.0.5",
"htmlhint": "^1.1.4",
"postcss-cli": "^11.0.0",
"stylus": "^0.63.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unbalancedparentheses/spawnedshelter.git"
},
"author": "Federico Carrone",
"license": "BSD",
"bugs": {
"url": "https://github.com/unbalancedparentheses/spawnedshelter/issues"
},
"homepage": "https://github.com/unbalancedparentheses/spawnedshelter#readme"
}