-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "fastshell",
"title": "Fiercely quick and opinionated front-ends",
"author": "Hossein Karami",
"url": "https://HosseinKarami.github.io/fastshell",
"version": "1.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/HosseinKarami/fastshell.git"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"jshint": "^2.8.0"
},
"dependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.9.0",
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.5",
"gulp-notify": "^2.2.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass-lint": "^1.2.0",
"imagemin": "^5.2.2",
"main-bower-files": "^2.13.1",
"pug": "^2.0.0-beta4"
}
}