-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "tachyons-colors",
"version": "5.3.6",
"style": "src/tachyons-colors.css",
"main": "src/tachyons-colors.css",
"homepage": "http://github.com/tachyons-css/tachyons-colors",
"description": "Default CSS color variables for Tachyons",
"keywords": [
"postcss",
"tachyons",
"color",
"design",
"css"
],
"repository": {
"type": "git",
"url": "http://github.com/tachyons-css/tachyons-colors.git"
},
"bugs": {
"url": "https://github.com/tachyons-css/tachyons-colors/issues",
"email": "hi@mrmrs.cc"
},
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"license": "ISC",
"scripts": {
"start": "npm run build:watch",
"build:docs": "tachyons src/tachyons-colors.css --generate-docs --preserve-variables --package=../../package.json > readme.md",
"build": "npm run build:docs",
"build:watch": "watch 'npm run build' ./src"
},
"devDependencies": {
"tachyons-cli": "^1.3.2",
"watch": "^1.0.2"
}
}