-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
38
{
"name": "presentation",
"version": "1.0.0",
"description": " few tips on modelling things in Scala",
"homepage": "https://kubuszok.com",
"scripts": {
"start": "grunt serve",
"build": "grunt",
"prebuild": "./asciidoctor-revealjs.js"
},
"author": {
"name": "Mateusz Kubuszok",
"email": "mateusz.kubuszok@gmail.com",
"web": "https://kubuszok.com"
},
"repository": {
"type": "git",
"url": "git://github.com/MateuszKubuszok/AFewTipsOnModellingThingsInScala.git"
},
"devDependencies": {
"@asciidoctor/core": "2.2.0",
"@asciidoctor/reveal.js": "4.0.1",
"express": "^4.17.1",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-retire": "^1.0.7",
"grunt-run": "0.8.1",
"grunt-sass": "^2.0.0",
"grunt-zip": "~0.17.1",
"mustache": "^2.3.0",
"socket.io": "^2.1.1"
},
"license": "MIT"
}