-
Notifications
You must be signed in to change notification settings - Fork 521
/
package.json
70 lines (70 loc) · 1.53 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
{
"name": "colors.css",
"version": "3.0.2",
"main": "js/colors.js",
"style": "css/colors.css",
"homepage": "http://clrs.cc",
"description": "Better default colors for the web. A collection of skin classes for faster prototyping and nicer looking sites.",
"keywords": [
"colors",
"design",
"a11y",
"postcss",
"palette",
"css",
"oocss"
],
"devDependencies": {
"tachyons-cli": "^1.3.0"
},
"repository": {
"type": "git",
"url": "http://github.com/mrmrs/colors.git"
},
"bugs": {
"url": "http://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",
"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"
},
"scripts": {
"start": "tachyons src/colors.css > css/colors.css && tachyons src/colors.css --minify > css/colors.min.css && tachyons src/colors.css --generate-docs --package=../../package.json > readme.md"
},
"license": "MIT"
}