-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "brand-colors",
"version": "2.1.1",
"description": "A collection of branding colors of all the major companies.",
"homepage": "https://brand-colors.com",
"main": "data/brandColors.js",
"repository": {
"type": "git",
"url": "[email protected]:reimertz/brand-colors.git"
},
"keywords": [
"branding",
"brand colors",
"colors"
],
"author": "Piérre Reimertz",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cached": "~1.1.1",
"gulp-clean": "~0.4.0",
"gulp-csslint": "~1.0.1",
"gulp-data": "^1.3.1",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "^1.1.0",
"gulp-live-server": "0.0.31",
"gulp-load-plugins": "~2.0.1",
"gulp-markdown": "~5.0.1",
"gulp-minify-css": "~1.2.4",
"gulp-notify": "~3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-swig": "^0.9.1",
"gulp-uglify": "~3.0.2",
"gulp-util": "~3.0.8",
"lazypipe": "~1.0.2",
"node-fetch": "^2.6.0",
"opn": "~6.0.0",
"require-dir": "^1.2.0",
"sass": "~1.23.7"
}
}