-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "uh-living-styleguide",
"repository": {
"type": "git",
"url": "git://github.com/UniversityofHelsinki/Styleguide.git"
},
"scripts": {
"start": "gulp serve",
"visual-testing-infra": "docker-compose up",
"visual-testing-gui": "hermione gui",
"test": "hermione"
},
"version": "0.0.0",
"description": "Living styleguide for University of Helsinki",
"author": "Benjamin Horn <[email protected]>",
"license": "ISC",
"engines": {
"node": "<= 8.4.0"
},
"devDependencies": {
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.26.14",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.2.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "*",
"gulp-consolidate": "^0.1.2",
"gulp-iconfont": "^4.0.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.4.2",
"hermione": "^2.13.6",
"html-reporter": "^5.16.4",
"lodash": "^4.17.19",
"node-sass": "4.13.0",
"node-sass-globbing": "0.0.23",
"normalize.css": "^3.0.0",
"run-sequence": "1.2.2"
}
}