-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "fresh-front-boilerplate",
"title": "Fresh Front Boilerplate",
"version": "1.0.0",
"description": "Boilerplate for Front-end development",
"author": "Thomas Charbit",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/thomas-charbit/fresh-front-boilerplate.git"
},
"devDependencies": {
"connect-livereload": "^0.4.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-compass": "^1.3.1",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.7",
"gulp-modernizr": "https://github.com/doctyper/gulp-modernizr/tarball/master/",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "^0.7.3",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"tiny-lr": "^0.1.0"
}
}