-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.24 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
43
44
45
46
47
{
"name": "initialize-css",
"version": "1.4.0",
"homepage": "http://jeroenoomsnl.github.io/initialize-css/",
"description": "Initialize.css is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate. Available in CSS and configurable SASS (SCSS) and LESS format.",
"author": {
"name": "Jeroen Ooms",
"email": "info@jeroenooms.nl",
"url": "http://jeroenooms.nl"
},
"main": "dist/_initialize.scss",
"repository": "https://github.com/jeroenoomsNL/initialize-css.git",
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-filter": "^5.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-merge": "^0.1.1",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-util": "^3.0.8",
"rimraf": "^2.6.2"
},
"keywords": [
"css",
"scss",
"sass",
"less",
"initialize",
"boilerplate",
"normalize",
"reset",
"typography"
],
"license": "MIT",
"engines": {
"node": ">=4.1.1",
"npm": ">=3.3.4"
}
}