forked from mrmrs/colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "Colors",
"version": "0.2.0",
"homepage": "http://clrs.cc",
"description": "Better colors for the web. A collection of skin classes for faster prototyping and nicer looking sites.",
"keywords": [
"colors",
"design",
"palette",
"css",
"oocss",
"sass",
"stylus",
"myth",
"less"
],
"devDependencies": {
"gulp": "~3.5.5",
"gulp-livereload": "~0.2.0",
"gulp-minify-css": "~0.2.0",
"tiny-lr": "0.0.5",
"gulp-util": "~2.2.12",
"gulp-watch": "~0.5.0",
"gulp-csslint": "~0.1.3",
"gulp-sass": "~0.4.1",
"gulp-stylus": "0.0.11",
"gulp-myth": "~0.1.1",
"gulp-autoprefixer": "0.0.5"
},
"repository" :
{
"type" : "git",
"url" : "https://github.com/mrmrs/colors.git"
},
"bugs": {
"url" : "https://github.com/mrmrs/colors/issues",
"email" : "[email protected]"
},
"author": {
"name": "@mrmrs",
"email": "[email protected]",
"url": "http://mrmrs.cc"
},
"contributors": [
{ "name": "@mrmrs", "email": "[email protected]" },
{ "name": "@ilanbiala"},
{ "name": "@kdrdgn", "email": "[email protected]", "url": "http://www.twitter.com/kdrdgn" },
{ "name": "@tenmilestereo", "url": "http://www.lewiscowper.com" },
{ "name": "@nschonni", "email": "[email protected]", "url": "http://wet-boew.github.io/" },
{ "name": "SiR-DanieL" },
{ "name": "@enyo", "email": "[email protected]", "url": "http://colorglare.com" }
],
"engines": {
"node": "=>0.10.22"
},
"license" : "MIT"
}