-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 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
{
"name": "kennethstarterkit",
"version": "2.0.0",
"description": "Lightweight Sass + Gulp Boilerplate",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-front-matter": "^1.3.0",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-wait": "0.0.2",
"gulpsmith": "^0.5.5",
"handlebars": "^4.0.5",
"lodash.assign": "^4.0.8",
"lost": "^6.7.2",
"metalsmith": "^2.1.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown-remarkable": "^0.1.1",
"run-sequence": "^1.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kennethwang14/LucidCSS"
},
"author": "Kenneth Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/kennethwang14/LucidCSS/issues"
},
"homepage": "https://github.com/kennethwang14/LucidCSS#readme"
}