-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 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
40
41
42
43
{
"name": "tachyons-extra",
"version": "1.1.3",
"description": "All of the css functional classes that are not included in the original Tachyons",
"author": "Luca Falasco <falasco.luca@gmail.com> (https://github.com/lucafalasco)",
"style": "tachyons-extra.css",
"main": "tachyons-extra.css",
"scripts": {
"build": "node index.js"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"repository": "https://github.com/accurat/tachyons-extra",
"bugs": {
"url": "https://github.com/accurat/tachyons-extra/issues"
},
"keywords": [
"tachyons",
"css",
"functional css",
"responsive",
"plugin",
"extra",
"addon"
],
"license": "MIT",
"contributors": [
"Luca Falasco <falasco.luca@gmail.com> (https://github.com/lucafalasco)",
"Cesare Soldini <cesare.soldini@gmail.com> (https://github.com/caesarsol)",
"Marco Vettorello <marco.vettorello@accurat.it> (https://github.com/markov00)",
"nkint <alberto.massa@accurat.it> (https://github.com/nkint)",
"Marco Fugaro <marco.fugaro@gmail.com> (https://github.com/marcofugaro)",
"YeasterEgg <l.d.mattiazzi@gmail.com> (https://github.com/YeasterEgg)"
],
"devDependencies": {
"cssnano": "^4.1.7",
"postcss": "^7.0.6",
"postcss-preset-env": "^6.4.0"
}
}