-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "tachyons-base",
"description": "Base CSS module for Tachyons",
"version": "1.2.1",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",
"url": "http://mrmrs.cc"
},
"style": "src/tachyons-base.css",
"files": [
"src",
"css"
],
"keywords": [
"tachyons",
"tachyons-css",
"css",
"base"
],
"repository": {
"type": "git",
"url": "http://github.com/tachyons-css/tachyons-base.git"
},
"bugs": {
"url": "https://github.com/tachyons-css/tachyons-base/issues",
"email": "hi@mrmrs.cc"
},
"license": "MIT",
"homepage": "http://github.com/tachyons-css/tachyons-base",
"devDependencies": {
"tachyons-cli": "^0.2.2"
},
"scripts": {
"start": "tachyons src/tachyons-base.css > css/tachyons-base.css && tachyons src/tachyons-base.css --minify > css/tachyons-base.min.css && tachyons src/tachyons-base.css --generate-docs --package=../../package.json > readme.md"
}
}