-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.06 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.06 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
{
"name": "@accurat/tachyons-lite",
"version": "1.0.4",
"description": "Like Tachyons but without media-queries, colors and normalize.css",
"repository": "accurat/tachyons-lite",
"license": "MIT",
"author": "Marco Fugaro <marco.fugaro@gmail.com> (https://github.com/marcofugaro)",
"contributors": [
"Marco Fugaro <marco.fugaro@gmail.com> (https://github.com/marcofugaro)",
"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)",
"YeasterEgg <l.d.mattiazzi@gmail.com> (https://github.com/YeasterEgg)"
],
"keywords": [
"tachyons",
"css",
"functional css",
"lite",
"light",
"normalize",
"media-query"
],
"scripts": {
"build": "node index.js"
},
"style": "tachyons-lite.css",
"main": "tachyons-lite.css",
"devDependencies": {
"tachyons-generator": "^0.23.0"
}
}