-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 955 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
29
30
31
32
33
34
35
36
37
38
39
{
"title": "My project",
"name": "my-project",
"version": "0.1.0",
"description": "A description",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lionel-m/Gulp.git"
},
"author": {
"name": "My name",
"email": "info@example.com"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-stylefmt": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"lost": "^8.1.0",
"minimist": "^1.2.0",
"path": "^0.12.7",
"postcss": "^6.0.6",
"postcss-font-magician": "^2.0.0",
"postcss-reporter": "^4.0.0",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0",
"uglify": "^0.1.5"
}
}