-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.41 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.41 KB
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
{
"name": "young",
"version": "1.0.0",
"description": "gulp&webpack",
"main": "gulpfile.js",
"dependencies": {
"imagemin-pngquant": "^5.0.0"
},
"devDependencies": {
"browser-sync": "^2.12.10",
"del": "^2.2.0",
"eslint": "^2.11.1",
"eslint-plugin-react": "^5.1.1",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.8",
"gulp-compass": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rev-all": "^0.8.24",
"gulp-sass": "^2.3.1",
"gulp-sourcemap": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"imagemin-pngquant": "^5.0.0",
"jshint-stylish": "^2.2.0",
"minimist": "^1.2.0",
"run-sequence": "^1.2.1"
},
"scripts": {
"test": "hello young"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carriey/youngItem.git"
},
"keywords": [
"gulp",
"webpack"
],
"author": "young",
"license": "ISC",
"bugs": {
"url": "https://github.com/carriey/youngItem/issues"
},
"homepage": "https://github.com/carriey/youngItem#readme"
}