-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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": "prezentacje",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npm run build:index && npm run build:indexes",
"build:index": "pug --pretty --obj=slides.json index.pug",
"build:indexes": "pug --pretty \"3-years-with-Scala/index.pug\"",
"build:indexes:watch": "npm run build:indexes -- --watch",
"build:styles:watch": "sass --watch style/",
"serve": "live-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kapke/slides.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kapke/slides/issues"
},
"homepage": "https://github.com/kapke/slides#readme",
"devDependencies": {
"fs-promise": "^0.5.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-qunit": "^1.2.0",
"jade": "^1.11.0",
"live-server": "^1.1.0",
"pug": "^2.0.3",
"pug-cli": "^1.0.0-alpha6",
"sass": "^1.17.2"
},
"description": "",
"dependencies": {
"grunt": "^1.0.1"
}
}