-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
39
40
41
42
{
"name": "going-beyond-hci",
"version": "1.0.0",
"description": "A paper looking at information design as an alternative to techno-centric approaches to design.",
"author": "Ilja Panic <ilja@iljapanic.com>",
"contributors": [
{
"name": "Ilja Panic",
"email": "ilja@iljapanic.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/iljapanic/going-beyond-hci"
},
"devDependencies": {
"browser-sync": "^2.22.0",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-imagemin": "^4.1.0",
"gulp-markdown-it": "^0.1.1",
"gulp-marked": "^1.0.0",
"gulp-notify": "^3.0.0",
"gulp-nunjucks": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.2",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"markdown-it-implicit-figures": "^0.6.0",
"path": "^0.12.7",
"postcss-cssnext": "^3.0.2",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.1"
}
}