-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "multi-brand-colors",
"version": "1.1.3",
"description": "Multi Brand Colors with support for CSS/CSS-Vars/SASS/SCSS/LESS/Stylus/JSON",
"homepage": "https://github.com/raulghm/multi-brand-colors",
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && gulp render && gulp minifyCss && gulp json && gulp list",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "[email protected]:raulghm/multi-brand-colors.git"
},
"authors": [
"Raul Hernandez <[email protected]> (http://raulghm.com)"
],
"main": "index.js",
"style": "index.css",
"files": [
"index.css",
"index.js",
"dist"
],
"keywords": [
"social media colors",
"networks colors",
"colors variables",
"brand colors",
"colors"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-data": "^1.2.1",
"gulp-file": "^0.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"rimraf": "^2.6.0",
"run-sequence": "^1.2.2"
}
}