-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 3.45 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "projectTitleFull",
"description": "projectDescriptionFull",
"homepage": "projectURL",
"version": "0.0.1",
"license": "projectLicense",
"author": "projectAuthorName <projectAuthorEmail> (projectAuthorURL)",
"contributors": [
"$$projectContributorName <$$projectContributorEmail> ($$projectContributorURL)",
"$$projectContributorName <$$projectContributorEmail> ($$projectContributorURL)"
],
"keywords": [
"comma",
"separated",
"keywords"
],
"repository": {
"type": "git",
"url": "git://github.com/githubAuthor/githubTitle.git"
},
"bugs": {
"url": "https://github.com/githubAuthor/githubTitle/issues",
"email": "projectAuthorEmail"
},
"dependencies": {
"accessible-html-content-patterns": "^0.2.4",
"family.scss": "^1.0.8",
"mappy-breakpoints": "^0.2.3",
"normalize.css": "^4.2.0",
"styled-component-template": "0.0.3"
},
"devDependencies": {
"browser-sync": "^2.12.3",
"critical": "^0.8.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-entity-convert": "0.0.2",
"gulp-filesize": "0.0.6",
"gulp-git": "^1.11.3",
"gulp-gm": "0.0.8",
"gulp-hb": "^5.1.4",
"gulp-help": "^1.6.1",
"gulp-html-minifier": "^0.1.8",
"gulp-htmlhint": "^0.3.1",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sitemap": "^4.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylefmt": "^1.0.0",
"gulp-stylelint": "^3.2.0",
"gulp-svgstore": "^6.0.0",
"gulp-task-listing": "^1.0.1",
"gulp-token-replace": "^1.0.3",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"htmlmin": "0.0.6",
"jshint": "^2.9.2",
"jshint-stylish": "^2.1.0",
"kss": "^3.0.0-beta.18",
"michelangelo": "^0.5.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"sassdoc": "^2.1.20",
"sassdoc-theme-flippant": "^0.1.0",
"umbrellajs": "^2.9.0"
},
"scripts": {
"help": "gulp help",
"browsersync": "gulp browsersync",
"build": "gulp build",
"clean": "gulp clean",
"default": "gulp default",
"deploy": "gulp deploy",
"document": "gulp document",
"lint": "gulp lint",
"status": "gulp status",
"test": "gulp test",
"vendor": "gulp vendor",
"browsersync-reload": "gulp browsersync-reload",
"clean-build": "gulp clean-build",
"clean-build-images": "gulp clean-build-images",
"clean-test": "gulp clean-test",
"clean-test-images": "gulp clean-test-images",
"clean-deploy": "gulp clean-deploy",
"clean-documentation": "gulp clean-documentation",
"clean-documentation-styles": "gulp clean-documentation-styles",
"clean-build-scripts": "gulp clean-build-scripts",
"clean-build-static": "gulp clean-build-static",
"clean-build-styles": "gulp clean-build-styles",
"clean-test-scripts": "gulp clean-test-scripts",
"clean-test-static": "gulp clean-test-static",
"clean-test-styles": "gulp clean-test-styles",
"clean-deploy-images": "gulp clean-deploy-images",
"clean-deploy-scripts": "gulp clean-deploy-scripts",
"clean-deploy-static": "gulp clean-deploy-static",
"clean-deploy-styles": "gulp clean-deploy-styles",
"browsersync-build": "gulp browsersync-build",
"browsersync-test": "gulp browsersync-test"
}
}