forked from UniversityofHelsinki/Styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 Bytes
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
{
"name": "uh-living-styleguide",
"repository": {
"type": "git",
"url": "git://github.com/UniversityofHelsinki/Styleguide.git"
},
"version": "0.0.0",
"description": "Living styleguide for University of Helsinki",
"author": "Benjamin Horn <benjamin.horn@idean.com>",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.8.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-clean": "^0.3.1",
"gulp-compass": "2.1.0",
"gulp-concat": "*",
"gulp-consolidate": "^0.1.2",
"gulp-iconfont": "^4.0.1",
"gulp-notify": "*",
"gulp-ruby-sass": "*",
"gulp-shell": "^0.4.2",
"gulp-util": "*",
"gulp-watch": "*",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"recursive-readdir-sync": "1.0.6"
}
}