-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 736 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 736 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
{
"name": "Chopstick-boilerplate",
"version": "0.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:getchopstick/chopstick-boilerplate.git"
},
"description": "Chopstick is a mobile-first responsive Design Framework built with Sass",
"main": "gulpfile.js",
"devDependencies": {
"autoprefixer": "^6.0.3",
"browser-sync": "2.9.5",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-filesize": "0.0.6",
"gulp-minify-css": "1.2.1",
"gulp-plumber": "1.0.1",
"gulp-postcss": "6.0.0",
"gulp-sass": "2.0.4",
"gulp-scss-lint": "0.3.1",
"gulp-sourcemaps": "1.5.2",
"gulp-svg2png": "0.3.0",
"gulp-uglyfly": "1.4.2",
"require-dir": "0.3.0"
}
}