-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
60 lines (60 loc) · 1.6 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": "CRPERLIN <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/crperlin/StartFrontendProject.git"
},
"private": true,
"engines": {
"node": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"brace-expansion": "^1.1.4",
"browser-sync": "^2.12.8",
"gulp": "^3.9.1",
"gulp-amd-optimizer": "^0.4.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.3.1",
"gulp-sequence": "^0.4.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^6.2.1",
"imagemin-jpegtran": "^5.0.0",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.1.0",
"inflight": "^1.0.4",
"jshint": "^2.9.2",
"lodash": "^4.12.0",
"merge-stream": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.3"
},
"dependencies": {},
"name": "StartFrontendProject",
"bugs": {
"url": "https://github.com/crperlin/StartFrontendProject/issues"
},
"homepage": "https://github.com/crperlin/StartFrontendProject#readme",
"version": "1.6.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"description": ""
}