forked from HosseinKarami/fastshell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 681 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 681 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
{
"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": "^4.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.8",
"jshint": "^2.8.0"
}
}