-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 853 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
{
"name": "boeckmt.github.io",
"version": "1.0.0",
"description": "[View it on boeckmt.github.io](http://boeckmt.github.io/)",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css": "stylus --include-css -w styles/main.styl -o styles/main.css",
"tsc": "tsc -w",
"start": "npm run css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boeckMt/boeckmt.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/boeckMt/boeckmt.github.io/issues"
},
"homepage": "https://github.com/boeckMt/boeckmt.github.io#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"normalize.css": "^8.0.1",
"s-grid": "^1.2.1"
},
"devDependencies": {
"stylus": "^0.54.5",
"typescript": "^3.3.3333"
}
}