-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "Stupid-Starter",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:umbriel/stupid-starter.git"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.5",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.4",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-imagemin": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"postcss": "^5.0.21",
"postcss-import": "^8.1.2",
"postcss-nested": "^1.0.0",
"postcss-responsive-type": "^0.3.3",
"postcss-simple-vars": "^1.2.0"
}
}