forked from reimertz/brand-colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "brand-colors",
"version": "2.0.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": "git@github.com: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.3.1",
"gulp-csslint": "~1.0.0",
"gulp-data": "^1.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "^1.1.0",
"gulp-live-server": "0.0.31",
"gulp-load-plugins": "~1.5.0",
"gulp-markdown": "~1.2.0",
"gulp-minify-css": "~1.2.4",
"gulp-notify": "~3.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.0",
"lazypipe": "~1.0.1",
"node-fetch": "^1.7.3",
"opn": "~5.1.0",
"require-dir": "^0.3.2",
"sass": "~1.0.0-beta.2"
}
}